-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
TST/REF: collect tests by method from generic #37421
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
@@ -76,8 +69,7 @@ def test_get_numeric_data_preserve_dtype(self): | |||
expected = DataFrame(index=[0, 1, 2], dtype=object) | |||
self._compare(result, expected) | |||
|
|||
def test_metadata_propagation_indiv(self): | |||
|
|||
def test_metadata_propagation_indiv_groupby(self): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm thought we had a specific module for metadata tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@TomAugspurger is there a better home for these?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay. We have some in pandas/tests/generic/test_finalize.py
.
@@ -534,7 +511,7 @@ def test_pct_change(self, periods, fill_method, limit, exp): | |||
class TestNDFrame: | |||
# tests that don't fit elsewhere | |||
|
|||
def test_sample(sel): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wow, wonder how this worked
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff