Simple starter for getting started with TDD in Elixir.
The file test/elixir_tdd_starter_tests.ex contains one test case and a few in comments. Start by coming up with a few test cases and add them to the lists, then implement them one at a time, test-driving the solution forwards.
- ex_parameterized for parametrizing tests
Tests are run by mix. Execute:
$ mix testto run all the tests.