-
-
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: split up tests/plotting/test_frame.py into subdir & modules #34769 #37655
TST: split up tests/plotting/test_frame.py into subdir & modules #34769 #37655
Conversation
of test_frame.py to test_frame_color.py
of test_frame.py to test_frame_groupby.py and test_frame_subplots.py
# Conflicts: # pandas/tests/plotting/frame/test_frame.py
of test_frame.py to test_frame_subplots.py
of test_frame.py to test_frame_groupby.py, test_frame_subplots.py, test_frame_color.py
in pre-commit:
also merge master and ping on green. |
I am very sorry. I don’t understand what to do next? |
run |
Thanks @jbrockmendel. After that, I get a message like this: |
* TST/REF: move remaining setitem tests from test_timeseries * TST/REF: rehome test_timezones test * move misplaced arithmetic test * collect tests by method * move misplaced file
…ests # Conflicts: # pandas/tests/plotting/frame/test_frame.py # pandas/tests/plotting/frame/test_frame_color.py # pandas/tests/plotting/frame/test_frame_subplots.py
…#34769_TST_split_up_tests
I hope I took into account all my mistakes |
The errors don't seem to be relevant to my pull request. I'm wrong? |
You are not wrong. This is affecting all the builds, you can ignore this failure for now. |
Thanks @jbrockmendel Does this mean the job is ready? or do you need to do something else? |
…up_tests # Conflicts: # pandas/tests/plotting/frame/test_frame.py
@Mikhaylov-yv is this pretty much cut/paste? if so, can you merge master and ping on green |
@jbrockmendel Yes it is. the number of tests is the same as the master. |
LGTM cc @jreback |
thanks @Mikhaylov-yv |
@jreback @jbrockmendel Thank you very much for your help |
Created instead of #37538
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff
I moved the file to a new directory.
What is the best structure for this folder?
before_test_ploting_frame
after_test_ploting_frame