-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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_stdout with pytest capsys fixture #24501
Conversation
Codecov Report
@@ Coverage Diff @@
## master #24501 +/- ##
==========================================
- Coverage 92.3% 92.3% -0.01%
==========================================
Files 166 166
Lines 52412 52405 -7
==========================================
- Hits 48381 48374 -7
Misses 4031 4031
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #24501 +/- ##
==========================================
- Coverage 92.31% 92.3% -0.01%
==========================================
Files 166 166
Lines 52391 52384 -7
==========================================
- Hits 48363 48355 -8
- Misses 4028 4029 +1
Continue to review full report at Codecov.
|
can you merge master |
ping on green. |
@jreback green! |
thanks @simonjayhawkins |
* upstream/master: REF/TST: replace capture_stdout with pytest capsys fixture (pandas-dev#24501) BUG: fix .iat assignment creates a new column (pandas-dev#24495) DOC: add checks on the returns section in the docstrings (pandas-dev#23138) (pandas-dev#23432) ENH: Add strings_as_fixed_length parameter for df.to_records() (pandas-dev#18146) (pandas-dev#22229) TST: Skip db tests unless explicitly specified in -m pattern (pandas-dev#24492) Mix EA into DTA/TDA; part of 24024 (pandas-dev#24502) DOC: Fix building of a single API document (pandas-dev#24506)
follow-on from #24496