mix-phxtest v0.1.0 Phxtest View Source
Mix tasks for running specific tests via mix test
(ex_unit) and mix watch
(extension) fast.
Link to this section Summary
Functions
Create the test/watch path with the given parameters
Generate a test/watch command with the given parameters
Run the mix command
Show helpful usage information from README
Link to this section Functions
Create the test/watch path with the given parameters
This utilizes all private functions for generating what you would usually have to type in your shell manually
Generate a test/watch command with the given parameters
This implementation also catches the minimum param count (2)
Run the mix command.
This is offloaded into a separate module, since both, the test and watch command essentially do the same but need separate files
Show helpful usage information from README