ExUnitBrittle (ex_unit_brittle v0.1.0)

Documentation for ExUnitBrittle.

!!DON'T USE THIS, good practices are all you need.

but the reality is impure

This library is for those annoying tests, full of dust and that no one wants to look at because they are scary.

Examples

defmodule MyTest do
  use ExUnit.Case
  use ExUnitBrittle

  @tag brittle_attemps: 10
  @tag brittle_timeout: 100
  test_brittle "brittle test" do
  ....
  end
end

Summary

Functions

test_brittle(message, var \\ quote do _ end, contents)

(macro)