tix v0.4.2 mix tix View Source
Tix is a TDD tool that runs tests in an iex shell upon save of a file.
This tool should be run in the root of the project directory with the following command:
iex -S mix tix
Link to this section Summary
Link to this section Functions
Link to this function
run(argv) View Source
A task needs to implement run which receives
a list of command line args.
Callback implementation for Mix.Task.run/1.