-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
REF/TST: Add more pytest idiom to indexing/multiindex/test_getitem.py #24409
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #24409 +/- ##
=======================================
Coverage 92.3% 92.3%
=======================================
Files 163 163
Lines 51943 51943
=======================================
Hits 47946 47946
Misses 3997 3997
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #24409 +/- ##
=======================================
Coverage 92.3% 92.3%
=======================================
Files 163 163
Lines 51943 51943
=======================================
Hits 47946 47946
Misses 3997 3997
Continue to review full report at Codecov.
|
thanks @simonjayhawkins |
I think these are no longer filtered?
|
@jreback . it appears that pytest is no longer behaving with regex.. could be pytest-dev/pytest#3936. but i've not checked thoroughly. for the meantime i'm not currently replacing any the other alternative is to be less explicit and use |
git diff upstream/master -u -- "*.py" | flake8 --diff
in this pass: