-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Occasional opaque errors when using fail-fast #10
Comments
Seems you ran into a bug. Kaocha has a feature where a test fails if it does not contain any assertions, since that usually means you are missing an (deftest foo-test
(= (foo) :bar)) Looking at the line numbers I think this is what's being triggered, seems it doesn't play nice with |
Very nice, yes I think that's the case since (now that I realise), |
This is fixed on 0.0-211 |
This is fixed in 0.0-211 |
Ace 🍺 |
The fail-fast option is generally working for me, but sometimes I get the following:
Note that there are no project-specific ns's at all in the stacktrace.
Hope the report is useful!
The text was updated successfully, but these errors were encountered: