View Source mix selective_test (Freecodecamp using Elixir v0.1.0)
Usage: mix selective_test [module, ...]
Running e.g. mix selective_test basic_algo
will
only include tests from test/basic_algo_test.exs
.
Another way to call it:
mix test --exclude intermediate_algo basic_algo ...
.
Note: these command is not to be ran inside iex
,
rather run this in your OS shell.
Example:
mix selective_test basic_algo