ExUnitBrittle (ex_unit_brittle v0.1.1)
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_attempts: 10
@tag brittle_timeout: 100
test_brittle "brittle test" do
....
end
end