Home
last modified time | relevance | path

Searched refs:ignore_deprecation_warnings (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_pep352.py21 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
Dtest_exceptions.py10 from test.test_pep352 import ignore_deprecation_warnings
207 @ignore_deprecation_warnings
335 @ignore_deprecation_warnings
347 @ignore_deprecation_warnings
/external/google-fruit/tests/
Dfruit_test_common.py247 ignore_deprecation_warnings=False, argument
255 if ignore_deprecation_warnings:
358 ignore_deprecation_warnings=False, argument
479 …lper(check_error, setup_source_code, source_code, test_params, ignore_deprecation_warnings, ignore…
487 ignore_deprecation_warnings=False): argument
509 if ignore_deprecation_warnings:
549 def expect_success(setup_source_code, source_code, test_params={}, ignore_deprecation_warnings=Fals… argument
573 if ignore_deprecation_warnings:
Dtest_eager_injection.py116 ignore_deprecation_warnings=True)