Searched refs:check_no_resource_warning (Results 1 – 9 of 9) sorted by relevance
1 from test.support import check_no_resource_warning, findfile, TESTFN, unlink158 with check_no_resource_warning(self):
1160 check_no_resource_warning = support.check_no_resource_warning variable in ConfigFileTest1541 with self.check_no_resource_warning():2138 check_no_resource_warning = support.check_no_resource_warning variable in ConfigDictTest3019 with self.check_no_resource_warning():
3358 check_no_resource_warning = support.check_no_resource_warning variable in TestScandir3648 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():
600 with support.check_no_resource_warning(self):632 with support.check_no_resource_warning(self):
880 with support.check_no_resource_warning(self):885 with support.check_no_resource_warning(self):3955 with support.check_no_resource_warning(self):
1249 def check_no_resource_warning(testcase): function
1906 Added test.support.check_no_resource_warning() to check that no
3528 Added test.support.check_no_resource_warning() to check that no
580 .. function:: check_no_resource_warning(testcase)