Packages

harnais_helper: Harnais's collection of test helpers.

Current section

Files

Jump to
Raw

README.md

# README
**harnais\_helper**: Harnais's collection of standalone test helpers.
`Harnais.Helper` is a collection of low level test, especially
doctests, helpers used by the `Plymio` and `Harnais` package families.
Not all helpers are documented at this time.
## Installation
Add **harnais\_helper** to the list of dependencies in *mix.exs*:
def deps do
[{:harnais_helper, "~> 0.1.0"}]
end