Mix.Tasks.EqcCI
Create the properties for a project.
This task mimics mix test
but compiles the test files to beam instead of in memory and does not execute the tests or properties.
Switches are ignored for the moment.
Summary↑
run(args) | Callback implementation for |
Functions
Specs:
- run(OptionParser.argv) :: :ok
Callback implementation for c:Mix.Task.run/1
.