]> granicus.if.org Git - python/commit
Issue #26325: Added test.support.check_no_resource_warning() to check that
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 11 Feb 2016 11:11:44 +0000 (13:11 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 11 Feb 2016 11:11:44 +0000 (13:11 +0200)
commit94a619d48b90aba5b5b42004e84b290bb68f0664
treefc77c9566191d8597af0be96f17a0b6d5bf82f45
parente93b06a0a3255026802be19de249b3fdfe955b96
Issue #26325: Added test.support.check_no_resource_warning() to check that
no ResourceWarning is emitted.
Lib/test/support/__init__.py
Lib/test/test_asyncio/test_subprocess.py
Lib/test/test_io.py
Lib/test/test_xml_etree.py
Misc/NEWS