EKAT icon indicating copy to clipboard operation
EKAT copied to clipboard

Add optional re-run argument to EkatCreateUnitTest

Open jgfouca opened this issue 3 years ago • 1 comments

Sometimes, an unlucky pick of inputs might lead to a result that exceeds the tolerance of the test. We've decided that, in some cases, it's better to try re-running the test instead of instead of increasing the tolerance.

Something like this:

EkatCreateUnitTest(my_test MAX_RERUN 2 ..) # allows 2 runs

jgfouca avatar May 12 '21 16:05 jgfouca