Skip to content

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

Closed
jreback opened this issue Nov 26, 2017 · 2 comments
Closed

TST: split out test_pytables.py to sub-module of tests #18498

jreback opened this issue Nov 26, 2017 · 2 comments
Labels
good first issue IO HDF5 read_hdf, HDFStore Testing pandas testing functions or related to the test suite

Comments

@jreback
Copy link
Contributor

jreback commented Nov 26, 2017

(pandas) bash-3.2$ wc -l pandas/tests/io/test_pytables.py 
    5674 pandas/tests/io/test_pytables.py

should make a sub-module
pandas/tests/io/pytables

and then split out into various categories of tests, 1 file per.

@jreback jreback added Difficulty Novice IO HDF5 read_hdf, HDFStore Testing pandas testing functions or related to the test suite labels Nov 26, 2017
@jreback jreback added this to the Next Major Release milestone Nov 26, 2017
@mikebarkas
Copy link

I am working on this.

@jreback jreback modified the milestones: Next Major Release, 0.23.0 Feb 18, 2018
@jreback jreback modified the milestones: 0.23.0, 0.24.0 Apr 14, 2018
@jreback jreback modified the milestones: 0.24.0, Contributions Welcome Oct 23, 2018
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
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
@mroeschke
Copy link
Member

Looks like we have an io/pytables directory now. Closing.

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
Projects
None yet
4 participants