-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Doctests fail when another test uses the fixture between runs. #950
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
Comments
It's worth noting that all tests after the first "interruption" will fall. See the below example with more tests in
|
Note, this also happens with multiple doctest files. Once another test starts running in between they start failing.
|
I am not sure whether this is a related issue, but cyber-dojo/web#38 demonstrates an odd behavior when a totally unrelated file named See the Should I post this as a separate issue? |
This doesn't reproduce anymore. |
Here is a weird issue to track down and run. When you have a file with multiple doctests the tests will start failing if another test runs in between them. See the example below.
The text was updated successfully, but these errors were encountered: