-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
TST: split out test_pytables.py to sub-module of tests #18498
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
Labels
good first issue
IO HDF5
read_hdf, HDFStore
Testing
pandas testing functions or related to the test suite
Comments
I am working on this. |
4 tasks
vrajmohan
pushed a commit
to vrajmohan/pandas
that referenced
this issue
Jan 29, 2019
Fixes pandas-dev#18498 Split test_pytables.py into: - pytables/base.py - pytables/test_complex_values.py - pytables/test_pytables.py - pytables/test_timezones.py
4 tasks
vrajmohan
pushed a commit
to vrajmohan/pandas
that referenced
this issue
Jan 29, 2019
Fixes pandas-dev#18498 Split test_pytables.py into: - pytables/base.py - pytables/test_complex_values.py - pytables/test_pytables.py - pytables/test_timezones.py
Looks like we have an |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
good first issue
IO HDF5
read_hdf, HDFStore
Testing
pandas testing functions or related to the test suite
should make a sub-module
pandas/tests/io/pytables
and then split out into various categories of tests, 1 file per.
The text was updated successfully, but these errors were encountered: