Home
last modified time | relevance | path

Searched refs:check_no_resource_warning (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_aifc.py1 from test.support import check_no_resource_warning, findfile, TESTFN, unlink
158 with check_no_resource_warning(self):
Dtest_logging.py1160 check_no_resource_warning = support.check_no_resource_warning variable in ConfigFileTest
1541 with self.check_no_resource_warning():
2138 check_no_resource_warning = support.check_no_resource_warning variable in ConfigDictTest
3019 with self.check_no_resource_warning():
Dtest_os.py3358 check_no_resource_warning = support.check_no_resource_warning variable in TestScandir
3648 with self.check_no_resource_warning():
3656 with self.check_no_resource_warning():
3673 with self.check_no_resource_warning():
3687 with self.check_no_resource_warning():
Dtest_xml_etree.py600 with support.check_no_resource_warning(self):
632 with support.check_no_resource_warning(self):
Dtest_io.py880 with support.check_no_resource_warning(self):
885 with support.check_no_resource_warning(self):
3955 with support.check_no_resource_warning(self):
/external/python/cpython3/Lib/test/support/
D__init__.py1249 def check_no_resource_warning(testcase): function
/external/python/cpython3/Misc/NEWS.d/
D3.5.2rc1.rst1906 Added test.support.check_no_resource_warning() to check that no
D3.6.0a1.rst3528 Added test.support.check_no_resource_warning() to check that no
/external/python/cpython3/Doc/library/
Dtest.rst580 .. function:: check_no_resource_warning(testcase)