We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Description of issue or feature request: When you run python <test_file> on the development branch we are getting resource warnings.
python <test_file>
Current behavior: For example, if you run python test_download.py from the tests directory you will get:
python test_download.py
tests
Expected behavior: No unclosed files, sockets, or resources as a whole to be left after a test run and thus no resource warnings to be found.
The text was updated successfully, but these errors were encountered:
This might be same as #1099 (but I'm not sure)
Sorry, something went wrong.
Maybe, but this problem exists not only in the test_updater.py, but most likely in almost all of our test files...
test_updater.py
Successfully merging a pull request may close this issue.
Description of issue or feature request:
When you run
python <test_file>
on the development branch we are getting resource warnings.Current behavior:

For example, if you run
python test_download.py
from thetests
directory you will get:Expected behavior:
No unclosed files, sockets, or resources as a whole to be left after a test run and thus no resource warnings to be found.
The text was updated successfully, but these errors were encountered: