You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With this config, when a test fails it keeps going running all of them!
Getting this working would help me a lot, as running all my tests takes quite a long time when something funamental breaks (because so many errors are printed to the REPL).
Am I doing something wrong, or is this a real issue? I'm using [eftest "0.5.9"]
=== edit: Upgraded to 0.5.9 and the problem persists
The text was updated successfully, but these errors were encountered:
vemv
added a commit
to reducecombine/eftest
that referenced
this issue
Oct 7, 2021
This will help reliably coming up with a fix for weavejester#75.
Coverage is extended by:
* providing counterexamples to each test case
* also exercising exception handling, whether it happens in the deftest body, or in fixtures.
This will help reliably coming up with a fix for weavejester#75.
Coverage is extended by:
* providing counterexamples for each test case
* also exercising exception handling, whether it happens in the deftest body, or in fixtures.
vemv
added a commit
to reducecombine/eftest
that referenced
this issue
Oct 22, 2021
This will help reliably coming up with a fix for
weavejester#75.
Coverage is extended by:
* providing counterexamples for each test case
* also exercising exception handling, whether it happens in the deftest
body, or in fixtures.
Hi. First of all, thank you for providing this awesome library, it has been a life saver for my team!
I can't seem to get the fail-fast? option to work when running tests from the repl like this:
With this config, when a test fails it keeps going running all of them!
Getting this working would help me a lot, as running all my tests takes quite a long time when something funamental breaks (because so many errors are printed to the REPL).
Am I doing something wrong, or is this a real issue? I'm using [eftest "0.5.9"]
=== edit: Upgraded to 0.5.9 and the problem persists
The text was updated successfully, but these errors were encountered: