-
Notifications
You must be signed in to change notification settings - Fork 15
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
No tempfile #694
No tempfile #694
Conversation
Codecov Report
@@ Coverage Diff @@
## main-dev #694 +/- ##
============================================
- Coverage 76.81% 76.79% -0.03%
============================================
Files 97 97
Lines 17536 17536
============================================
- Hits 13471 13466 -5
- Misses 4065 4070 +5
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Unfortunately, it does not work consistently on CI. |
Address some of the problems behind #692 by providing temporary files as fixtures.
These changes makes possible to run multiple tests in parallel with
pytest-xdist
.