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