View Source mix enfiladex.ex_unit (enfiladex v0.3.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

  # or inside `project` callback

  preferred_cli_env: ["enfiladex": :test, "enfiladex.ex_unit": :test],

Summary

Functions

Callback implementation for Mix.Task.run/1.

Functions

Callback implementation for Mix.Task.run/1.