-
-
Notifications
You must be signed in to change notification settings - Fork 18.3k
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
TST: moved file test_concat.py to folder ./concat/ (#37243) #37360
Conversation
@@ -1845,124 +1845,6 @@ def test_concat_preserves_extension_int64_dtype(): | |||
tm.assert_frame_equal(result, expected) | |||
|
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.
There is typo in commit message, it should be "split class TestSeriesConcat to file test_series.py"
so after merging this PR to master, I will be able to create new PR and do follows-up? Further splitting to "test_categorial", "test_empty" require moving methods, so doing this will be better in another PR, yes? |
ok, need you to run the pre-commit hooks: https://github.com/pandas-dev/pandas/pull/37360/checks?check_run_id=1297616903 and ping on green and can merge (then can do followups). |
great ping on green. |
Ugh, why did it crash with: Is it connected with my commit? |
thanks @laffite56 no the windows checks have been finicky lately. pls issue followon PRs to clean this up. |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff