mix test.watch v0.3.2 MixTestWatch.PortRunner

Run the tasks in a new OS process via ports

Summary

Functions

Build a shell command that runs the desired mix task(s)

Run tests using the runner from the config

Functions

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.

run(config)

Run tests using the runner from the config.