Searched refs:ignore_warnings (Results 1 - 12 of 12) sorted by relevance
/third_party/mbedtls/tests/scripts/ |
H A D | check_test_cases.py | 43 self.ignore_warnings = options.quiet 51 if not self.ignore_warnings:
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_unix_events.py | 1139 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 D | warnings_helper.py | 46 def ignore_warnings(*, category): function
|
/third_party/python/Lib/lib2to3/tests/ |
H A D | test_fixers.py | 35 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 D | test_cgi.py | 226 @warnings_helper.ignore_warnings(category=DeprecationWarning)
|
H A D | test_urllib.py | 1590 @warnings_helper.ignore_warnings(category=DeprecationWarning) 1600 @warnings_helper.ignore_warnings(category=DeprecationWarning) 1608 @warnings_helper.ignore_warnings(category=DeprecationWarning)
|
H A D | test_csv.py | 282 @warnings_helper.ignore_warnings(category=DeprecationWarning)
|
H A D | test_decimal.py | 594 @warnings_helper.ignore_warnings(category=DeprecationWarning) 2916 @warnings_helper.ignore_warnings(category=DeprecationWarning)
|
H A D | test_ssl.py | 278 ignore_deprecation = warnings_helper.ignore_warnings(
|
H A D | test_io.py | 4324 @warnings_helper.ignore_warnings(category=DeprecationWarning)
|
/third_party/python/Lib/test/test_capi/ |
H A D | test_getargs.py | 1143 @warnings_helper.ignore_warnings(category=DeprecationWarning) 1312 @warnings_helper.ignore_warnings(category=DeprecationWarning) 1316 @warnings_helper.ignore_warnings(category=DeprecationWarning)
|
H A D | test_misc.py | 1126 @warnings_helper.ignore_warnings(category=DeprecationWarning)
|
Completed in 42 milliseconds