Skip to content
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

Re-introduce use of a file open contextmanager during unit test data loading #609

Merged
merged 1 commit into from
Sep 30, 2022

Conversation

jayaddison
Copy link
Collaborator

Re-introduce use of a file open context manager during unit test data loading to avoid noisy ResourceWarning output when running unit tests with python -m unittest

Fixes #608

…loading to avoid noisy ResourceWarning output when running unit tests with python -m unittest

Fixes #608
@jayaddison jayaddison merged commit 442a035 into main Sep 30, 2022
@jayaddison jayaddison deleted the issue-608/fix-test-file-resource-warnings branch September 30, 2022 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Noisy ResourceWarning messages appearing during unit tests
1 participant