Home
last modified time | relevance | path

Searched refs:ignore_warnings (Results 1 - 12 of 12) sorted by relevance

/third_party/mbedtls/tests/scripts/
H A Dcheck_test_cases.py43 self.ignore_warnings = options.quiet
51 if not self.ignore_warnings:
/third_party/python/Lib/test/test_asyncio/
H A Dtest_unix_events.py1139 ignore_warnings = mock.patch.object(log.logger, "warning") variable in ChildWatcherTestsMixin
1220 with self.ignore_warnings:
1285 with self.ignore_warnings:
1340 with self.ignore_warnings:
1363 with self.ignore_warnings:
1400 with self.ignore_warnings:
1425 with self.ignore_warnings:
1452 with self.ignore_warnings:
1483 with self.ignore_warnings:
1529 with self.ignore_warnings
[all...]
/third_party/python/Lib/test/support/
H A Dwarnings_helper.py46 def ignore_warnings(*, category): function
/third_party/python/Lib/lib2to3/tests/
H A Dtest_fixers.py35 def check(self, before, after, ignore_warnings=False):
38 if not ignore_warnings:
50 def unchanged(self, before, ignore_warnings=False):
52 if not ignore_warnings:
2288 self.check(b, a, ignore_warnings=True)
2305 self.check(b, a, ignore_warnings=True)
2320 self.check(b, a, ignore_warnings=True)
/third_party/python/Lib/test/
H A Dtest_cgi.py226 @warnings_helper.ignore_warnings(category=DeprecationWarning)
H A Dtest_urllib.py1590 @warnings_helper.ignore_warnings(category=DeprecationWarning)
1600 @warnings_helper.ignore_warnings(category=DeprecationWarning)
1608 @warnings_helper.ignore_warnings(category=DeprecationWarning)
H A Dtest_csv.py282 @warnings_helper.ignore_warnings(category=DeprecationWarning)
H A Dtest_decimal.py594 @warnings_helper.ignore_warnings(category=DeprecationWarning)
2916 @warnings_helper.ignore_warnings(category=DeprecationWarning)
H A Dtest_ssl.py278 ignore_deprecation = warnings_helper.ignore_warnings(
H A Dtest_io.py4324 @warnings_helper.ignore_warnings(category=DeprecationWarning)
/third_party/python/Lib/test/test_capi/
H A Dtest_getargs.py1143 @warnings_helper.ignore_warnings(category=DeprecationWarning)
1312 @warnings_helper.ignore_warnings(category=DeprecationWarning)
1316 @warnings_helper.ignore_warnings(category=DeprecationWarning)
H A Dtest_misc.py1126 @warnings_helper.ignore_warnings(category=DeprecationWarning)

Completed in 42 milliseconds