View Source mix enfiladex.ex_unit (enfiladex v0.2.0)

Mix task to run normal ExUnit tests using Enfiladex goodness.

Please set the environment for it in your mix.exs file as

    def cli do
    [
      preferred_envs: [
        "enfiladex": "test",
        "enfiladex.ex_unit": "test"
      ]
    ]
  end

Summary

Functions

Callback implementation for Mix.Task.run/1.

Functions

Callback implementation for Mix.Task.run/1.