ctex v0.1.0 mix ct

Runs common_test suites.

Suite modules should follow the common_test naming convention of ending in _SUITE. All other discovered Elixir sources will be treated as helper modules.

Configuration

  • :ct_log_dir - where to put common_test output within the build directory, defaults to "logs"

  • :ct_verbosity - set the verbosity of common_test logs, defaults to 100

  • :ct_paths - paths within which to search for suites and helper modules, defaults to ["ct"]

  • :ct_pattern - file pattern of suites and helper modules, defaults "*.exs"

Command line options

  • --no-compile - disable compilation of your source files
  • --verbosity=VERBOSITY - set the verbosity level of common_test logs

Link to this section Summary

Functions

A task needs to implement run which receives a list of command line args

Link to this section Functions

A task needs to implement run which receives a list of command line args.

Callback implementation for Mix.Task.run/1.