-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
REF/TST: replace capture_stderr with pytest capsys fixture #24496
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
REF/TST: replace capture_stderr with pytest capsys fixture #24496
Conversation
Codecov Report
@@ Coverage Diff @@
## master #24496 +/- ##
==========================================
- Coverage 92.31% 92.3% -0.01%
==========================================
Files 166 166
Lines 52412 52405 -7
==========================================
- Hits 48382 48375 -7
Misses 4030 4030
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #24496 +/- ##
==========================================
- Coverage 92.31% 92.3% -0.01%
==========================================
Files 166 166
Lines 52412 52405 -7
==========================================
- Hits 48382 48375 -7
Misses 4030 4030
Continue to review full report at Codecov.
|
thanks @simonjayhawkins maybe could consider adding a how-to (or just pointers to existing tests) in contributing.rst |
xref #24489 (review)
separate PR to follow to replace
capture_stdout