Home
last modified time | relevance | path

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

/third_party/python/Lib/test/support/
Dwarnings_helper.py127 def check_no_resource_warning(testcase): function
/third_party/python/Lib/test/
Dtest_aifc.py3 from test.support.warnings_helper import check_no_resource_warning
157 with check_no_resource_warning(self):
Dtest_logging.py1207 check_no_resource_warning = warnings_helper.check_no_resource_warning variable in ConfigFileTest
1589 with self.check_no_resource_warning():
2215 check_no_resource_warning = warnings_helper.check_no_resource_warning variable in ConfigDictTest
3204 with self.check_no_resource_warning():
Dtest_os.py4085 check_no_resource_warning = warnings_helper.check_no_resource_warning variable in TestScandir
4387 with self.check_no_resource_warning():
4395 with self.check_no_resource_warning():
4412 with self.check_no_resource_warning():
4426 with self.check_no_resource_warning():
Dtest_io.py907 with warnings_helper.check_no_resource_warning(self):
912 with warnings_helper.check_no_resource_warning(self):
4119 with warnings_helper.check_no_resource_warning(self):
Dtest_xml_etree.py622 with warnings_helper.check_no_resource_warning(self):
654 with warnings_helper.check_no_resource_warning(self):
/third_party/python/Misc/NEWS.d/
D3.5.2rc1.rst1905 Added test.support.check_no_resource_warning() to check that no
D3.6.0a1.rst3527 Added test.support.check_no_resource_warning() to check that no
/third_party/python/Doc/library/
Dtest.rst1589 .. function:: check_no_resource_warning(testcase)