Skip to content

REF/TST: method-specific files for combine, update; parametrize #32228

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

Merged
merged 3 commits into from
Feb 25, 2020

Conversation

jbrockmendel
Copy link
Member

No description provided.

@jbrockmendel jbrockmendel added Refactor Internal refactoring of code Testing pandas testing functions or related to the test suite labels Feb 25, 2020
Copy link
Member

@simonjayhawkins simonjayhawkins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

)
def test_update_dtypes(self, other, dtype, expected):
def test_concat_empty_series_dtypes_match_roundtrips(self, dtype):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this change looks good but better if not done at the same time as a move (in future). could any of the dtype fixtures in conftest be used here instead? (as a follow-up)

("category", "category", "category"),
("category", "object", "object"),
],
)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

again keep test refactoring separate from moving things. (in future)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good reminder

@simonjayhawkins simonjayhawkins added this to the 1.1 milestone Feb 25, 2020
@simonjayhawkins simonjayhawkins merged commit 1bcc368 into pandas-dev:master Feb 25, 2020
@simonjayhawkins
Copy link
Member

Thanks @jbrockmendel

@jbrockmendel jbrockmendel deleted the tst-methods-10 branch February 25, 2020 20:46
roberthdevries pushed a commit to roberthdevries/pandas that referenced this pull request Mar 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Refactor Internal refactoring of code Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants