/ex_ct

Mix task to execute common_test tests.

Primary LanguageElixirMIT LicenseMIT

ExCt

Mix task to execute common_test tests

Installation

The package can be installed by adding ex_ct to your list of dependencies in mix.exs:

def deps do
  [
    {:ex_ct, "~> 0.0.0"}
  ]
end

Documentation

Documentation can be generated with ExDoc:

mix docs
Docs successfully generated.
View them at "doc/index.html".

Online documentation can be found at https://hexdocs.pm/ex_ct.