-
-
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 test_concat.py #37243
Labels
Milestone
Comments
Hello, |
take |
kamilt5
added a commit
to kamilt5/pandas
that referenced
this issue
Oct 19, 2020
kamilt5
added a commit
to kamilt5/pandas
that referenced
this issue
Oct 20, 2020
kamilt5
added a commit
to kamilt5/pandas
that referenced
this issue
Oct 20, 2020
kamilt5
added a commit
to kamilt5/pandas
that referenced
this issue
Oct 23, 2020
jreback
pushed a commit
that referenced
this issue
Oct 23, 2020
arw2019
pushed a commit
to arw2019/pandas
that referenced
this issue
Oct 23, 2020
kamilt5
added a commit
to kamilt5/pandas
that referenced
this issue
Oct 23, 2020
* created test_datetime.py and split datetime/timezone/period related tests
jreback
pushed a commit
that referenced
this issue
Oct 23, 2020
kamilt5
added a commit
to kamilt5/pandas
that referenced
this issue
Oct 24, 2020
* created test_categorical.py
kamilt5
added a commit
to kamilt5/pandas
that referenced
this issue
Oct 24, 2020
* created test_empty.py * changes to test_series.py
kamilt5
added a commit
to kamilt5/pandas
that referenced
this issue
Oct 25, 2020
* created test_categorical.py
kamilt5
added a commit
to kamilt5/pandas
that referenced
this issue
Oct 25, 2020
* created test_empty.py * changes to test_series.py
kamilt5
added a commit
to kamilt5/pandas
that referenced
this issue
Oct 25, 2020
* created test_invalid.py * created test_sort.py
kamilt5
added a commit
to kamilt5/pandas
that referenced
this issue
Oct 25, 2020
* created test_index.py * small changes to test_empty.py, test_datetimes.py, test_dataframe.py
JulianWgs
pushed a commit
to JulianWgs/pandas
that referenced
this issue
Oct 26, 2020
JulianWgs
pushed a commit
to JulianWgs/pandas
that referenced
this issue
Oct 26, 2020
kamilt5
added a commit
to kamilt5/pandas
that referenced
this issue
Oct 26, 2020
* created conftest.py
5 tasks
kamilt5
added a commit
to kamilt5/pandas
that referenced
this issue
Oct 26, 2020
* reverted changes to test_series.py
kamilt5
added a commit
to kamilt5/pandas
that referenced
this issue
Oct 26, 2020
* small changes in test_datetimes.py
jreback
pushed a commit
that referenced
this issue
Oct 28, 2020
kesmit13
pushed a commit
to kesmit13/pandas
that referenced
this issue
Nov 2, 2020
kesmit13
pushed a commit
to kesmit13/pandas
that referenced
this issue
Nov 2, 2020
kesmit13
pushed a commit
to kesmit13/pandas
that referenced
this issue
Nov 2, 2020
ukarroum
pushed a commit
to ukarroum/pandas
that referenced
this issue
Nov 2, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
we should split this to a sub-module (concat) and then split logically (similar to merge)
https://github.com/pandas-dev/pandas/blob/master/pandas/tests/reshape/test_concat.py
The text was updated successfully, but these errors were encountered: