Home
last modified time | relevance | path

Searched refs:check_no_warnings (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Lib/test/support/
H A Dwarnings_helper.py110 def check_no_warnings(testcase, message='', category=Warning, force_gc=False): function
148 with check_no_warnings(testcase, category=ResourceWarning, force_gc=True):
/third_party/python/Lib/test/
H A Dtest_file.py209 with warnings_helper.check_no_warnings(self,
H A Dtest_grammar.py325 from test.support.warnings_helper import check_no_warnings namespace
1293 with self.check_no_warnings(category=SyntaxWarning):
H A Dtest_http_cookiejar.py659 with warnings_helper.check_no_warnings(self):
H A Dtest_tarfile.py3719 with warnings_helper.check_no_warnings(self):
H A Dtest_shutil.py1668 with warnings_helper.check_no_warnings(self):

Completed in 15 milliseconds