Home
last modified time | relevance | path

Searched refs:skip_expected (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_timeout.py7 skip_expected = not test_support.is_resource_enabled('network') variable
Dtest_decimal.py77 skip_expected = not os.path.isdir(directory) variable
224 global skip_expected
225 if skip_expected:
Dregrtest.py2055 if test_timeout.skip_expected:
/external/python/cpython3/Lib/test/
Dtest_timeout.py9 skip_expected = not support.is_resource_enabled('network') variable
Dtest_decimal.py113 skip_expected = not os.path.isdir(directory) variable
286 global skip_expected
287 if skip_expected: