Searched refs:check_no_resource_warning (Results 1 – 9 of 9) sorted by relevance
127 def check_no_resource_warning(testcase): function
3 from test.support.warnings_helper import check_no_resource_warning157 with check_no_resource_warning(self):
1207 check_no_resource_warning = warnings_helper.check_no_resource_warning variable in ConfigFileTest1589 with self.check_no_resource_warning():2215 check_no_resource_warning = warnings_helper.check_no_resource_warning variable in ConfigDictTest3204 with self.check_no_resource_warning():
4085 check_no_resource_warning = warnings_helper.check_no_resource_warning variable in TestScandir4387 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():
907 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):
622 with warnings_helper.check_no_resource_warning(self):654 with warnings_helper.check_no_resource_warning(self):
1905 Added test.support.check_no_resource_warning() to check that no
3527 Added test.support.check_no_resource_warning() to check that no
1589 .. function:: check_no_resource_warning(testcase)