Packages

A small extension to ExUnit to add some extra features.

Current section

Files

Jump to
ex_unit_ext lib ex_unit_ext.ex
Raw

lib/ex_unit_ext.ex

defmodule ExUnitExt do
@moduledoc """
`ExUnitExt` provides some extensions for `ExUnit`.
The project is currently in the alpha stage. But more is planned.
`ExUnitExt` provides a wrapper for the mix task `mix test` more info can be
found at `Mix.Tasks.ExUnitExt.Test`.
"""
end