eqc_ex v1.3.0 Mix.Tasks.Eqc

A Mix task for running QuickCheck properties.

Options

  • --only properties - Default is to run all tests, also ExUnit tests, but this flag picks only the properties to run

  • --module - run only….

Examples

mix eqc

Summary

Functions

Callback implementation for c:Mix.Task.run/1

Functions

run(argv)

Callback implementation for c:Mix.Task.run/1.