Home
last modified time | relevance | path

Searched refs:CleanImport (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_future.py25 with support.CleanImport('future_test1'):
30 with support.CleanImport('future_test2'):
35 with support.CleanImport('test_future3'):
99 with support.CleanImport("test.test_future5"):
Dtest_pkgutil.py1 from test.support import run_unittest, unload, check_warnings, CleanImport
442 with CleanImport(name):
451 with CleanImport(name):
Dtest_imp.py387 with support.CleanImport('time'):
392 with support.CleanImport('marshal'):
Dtest_support.py295 with support.CleanImport("asyncore"):
/external/python/cpython2/Lib/test/
Dtest_imp.py63 with test_support.CleanImport('time'):
68 with test_support.CleanImport('marshal'):
Dtest_py3kwarn.py3 from test.test_support import check_py3k_warnings, CleanImport, run_unittest
375 with CleanImport(module_name), warnings.catch_warnings():
Dtest_test_support.py298 with support.CleanImport("asyncore"):
Dtest_xmlrpc.py192 with test_support.CleanImport('sys'):
/external/python/cpython3/Lib/test/test_importlib/
Dtest_spec.py9 from test.support import CleanImport
264 with CleanImport(self.spec.name):
277 with CleanImport(self.spec.name):
289 with CleanImport(self.spec.name):
300 with CleanImport(self.spec.name):
307 with CleanImport(self.spec.name):
314 with CleanImport(self.spec.name):
328 with CleanImport(self.spec.name):
337 with CleanImport(self.spec.name):
348 with CleanImport(self.spec.name):
[all …]
Dtest_api.py203 with support.CleanImport(mod):
224 with support.CleanImport('types'):
235 with support.CleanImport('types'):
/external/python/cpython2/Lib/test/support/
D__init__.py1014 class CleanImport(object): class
/external/python/cpython3/Doc/library/
Dtest.rst1241 .. class:: CleanImport(*module_names)
1247 with CleanImport('foo'):
/external/python/cpython3/Lib/test/support/
D__init__.py1269 class CleanImport(object): class