Home
last modified time | relevance | path

Searched refs:is_resource_enabled (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Lib/test/
Dtest_timeout.py9 skip_expected = not support.is_resource_enabled('network')
Dtest_unparse.py540 if not test.support.is_resource_enabled("cpu"):
Dtest_imaplib.py978 support.is_resource_enabled('network'), 'network resource disabled')
1014 support.is_resource_enabled('network'), 'network resource disabled')
Dtest_urllib2.py1791 @unittest.skipUnless(support.is_resource_enabled('network'),
Dtest_decimal.py35 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')
Ddatetimetester.py23 from test.support import is_resource_enabled, ALWAYS_EQ, LARGEST, SMALLEST
5907 if is_resource_enabled('tzdata'):
Dtest_socket.py1570 @unittest.skipUnless(support.is_resource_enabled('network'),
/third_party/python/Lib/test/support/
D__init__.py279 def is_resource_enabled(resource): function
289 if not is_resource_enabled(resource):
894 if is_resource_enabled(resource):
/third_party/python/Doc/library/
Dtest.rst401 .. function:: is_resource_enabled(resource)