-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Test pytables refactor #28746
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
Merged
Merged
Test pytables refactor #28746
Changes from 3 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
b7450c7
added a conftest.py to pytables subdir
tolaa001 480184d
added common.py file to migrate the functions which all 3 test classe…
tolaa001 31d6836
moved TestTimezone class to test_timezones.py and relevant imports
tolaa001 e3242f4
moved HDFComplexvalues class to test_hdf_complex_values.py and releva…
tolaa001 1985c96
updated common.py, updated imports in test_hdf_complex_values and cre…
tolaa001 e93f3df
removed tables variable as not required for Timezone class
tolaa001 80d6aaf
cleaned up unused imports
tolaa001 7f0842b
updated import for ensure_clean_path to reference common.py instead
tolaa001 882ba8e
deleted test_pytables.py after splitting contents across 4 python files
tolaa001 54483fb
created test_hdf_store module to move class TestHDFStore
tolaa001 cd6a2c9
Ran black formatting
tolaa001 eb14b23
amended scope for setup_mode to module as the future state of test mo…
tolaa001 7b640fc
running isort to import in the right order
tolaa001 44c56f1
moving tables from common.py to the modules requiring this
tolaa001 595670e
renaming test files to make them sexier
tolaa001 515825a
copied pytest.importorskip to timezone
tolaa001 6106a24
removed test_timezone class and kept module functional
tolaa001 8f540a7
removed test_hdfcomplexvalues class and kept module functional
tolaa001 cfdd437
convert test_store back to class to make git diff easier for review
tolaa001 6375977
Merge remote-tracking branch 'upstream/master' into test_pytables_ref…
tolaa001 aa97d78
moved xfail_non_writeable into _test_decorators
tolaa001 9931352
removed numpy from safe import
tolaa001 27d62e4
importing numpy instead of using safe import
tolaa001 2e83dfd
Merge remote-tracking branch 'upstream/master' into test_pytables_ref…
tolaa001 eeac6ce
removing unused imports
tolaa001 78c710b
added tables to xfail decorator
tolaa001 a38bc5e
changed import for decorator
tolaa001 6d97676
reverted accidentally changes to test_operator.py
tolaa001 64ec41d
Merge remote-tracking branch 'upstream/master' into test_pytables_ref…
tolaa001 49e9d31
moved tables to common.py
tolaa001 e5cecce
fixed import
tolaa001 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
why are you changing things here?
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.
apologies, this shouldn't have been a change here as I was working on another branch working on the bare pytest_raises issue.