-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Replace nameerror_after_exception
by pytests's continue_on_failure
#88
Comments
This came first in scipy/scipy#13116 , might help cooking up a standalone test case. |
A test exists for the doctest layer in
and it indeed seems to match: with So need to golf sync the DTConfig setting and the pytest setting:
|
Looked at it a while. This is low prio TBH. A worthу aim would be to remove However, this would require to multiple inherit Does not seem worth it TBH. Also, the PytestDTRunner inherits from DebugDTRunner, so it stops after the first exception anyway. Also, |
From the code health perspective, it's probably best to simply remove the |
nameerror_after_exception
by pytests's continue_on_failure
#87 (comment) please make sure that this test passes with the plugin
Originally posted by @ev-br in #87 (comment)
The text was updated successfully, but these errors were encountered: