Searched refs:ignore_deprecation_warnings (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_pep352.py | 21 def ignore_deprecation_warnings(func): function 36 @ignore_deprecation_warnings 104 @ignore_deprecation_warnings 115 @ignore_deprecation_warnings 128 @ignore_deprecation_warnings 180 @ignore_deprecation_warnings
|
D | test_exceptions.py | 10 from test.test_pep352 import ignore_deprecation_warnings 207 @ignore_deprecation_warnings 335 @ignore_deprecation_warnings 347 @ignore_deprecation_warnings
|
/external/google-fruit/tests/ |
D | fruit_test_common.py | 284 ignore_deprecation_warnings=False, argument 292 if ignore_deprecation_warnings: 394 ignore_deprecation_warnings=False, argument 515 …lper(check_error, setup_source_code, source_code, test_params, ignore_deprecation_warnings, ignore… 523 ignore_deprecation_warnings=False): argument 545 if ignore_deprecation_warnings: 585 def expect_success(setup_source_code, source_code, test_params={}, ignore_deprecation_warnings=Fals… argument 609 if ignore_deprecation_warnings:
|
D | test_eager_injection.py | 118 ignore_deprecation_warnings=True)
|