README

Harnais: A harness for writing and running Elixir tests

Installation

Add harnais to your list of dependencies in mix.exs:

def deps do
[{:harnais, "~> 0.1.0"}]
end

Examples

See the examples in the API Reference.