Searched refs:is_resource_enabled (Results 1 – 9 of 9) sorted by relevance
/third_party/python/Lib/test/ |
D | test_timeout.py | 9 skip_expected = not support.is_resource_enabled('network')
|
D | test_unparse.py | 540 if not test.support.is_resource_enabled("cpu"):
|
D | test_imaplib.py | 978 support.is_resource_enabled('network'), 'network resource disabled') 1014 support.is_resource_enabled('network'), 'network resource disabled')
|
D | test_urllib2.py | 1791 @unittest.skipUnless(support.is_resource_enabled('network'),
|
D | test_decimal.py | 35 from test.support import (run_unittest, run_doctest, is_resource_enabled, 5726 TEST_ALL = arith if arith is not None else is_resource_enabled('decimal')
|
D | datetimetester.py | 23 from test.support import is_resource_enabled, ALWAYS_EQ, LARGEST, SMALLEST 5907 if is_resource_enabled('tzdata'):
|
D | test_socket.py | 1570 @unittest.skipUnless(support.is_resource_enabled('network'),
|
/third_party/python/Lib/test/support/ |
D | __init__.py | 279 def is_resource_enabled(resource): function 289 if not is_resource_enabled(resource): 894 if is_resource_enabled(resource):
|
/third_party/python/Doc/library/ |
D | test.rst | 401 .. function:: is_resource_enabled(resource)
|