*Problem*: for heisnbugs and race conditions it is useful to rerun a set of tests a number of times. Currently you must alter the suite(s) to wrap the the test(s) in `Enum`s which is obvioiusly tedious
*Naive Implementation Proposal*: Add a `--rerun-count` command line option that would default to 1 but wrap the test run with `1..<rerun-count> |> Enum( current_test_runner_parent_function )` -- You received this message because you are subscribed to the Google Groups "elixir-lang-core" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-core/043bde78-1097-404a-ae43-6a2f55f4c05en%40googlegroups.com.
