Enfiladex

Wrapper for executing ExUnit as common_test

Installation

def deps do
  [
    {:enfiladex, "~> 0.1"}
  ]
end

Usage

Add use Enfiladex to your test to convert it to common test suite.

Known issues

Documentation.