Skip to content

fabiankrol/ex_ct

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Mix task to execute common_test tests.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages