mix test.watch v0.9.0 MixTestWatch.PortRunner
Run the tasks in a new OS process via ports
Link to this section Summary
Functions
Build a shell command that runs the desired mix task(s)
Run tests using the runner from the config
Link to this section Functions
Link to this function
build_tasks_cmds(config)
Build a shell command that runs the desired mix task(s).
Colour is forced on- normally Elixir would not print ANSI colours while running inside a port.
Link to this function
run(config)
Run tests using the runner from the config.