Searched refs:CleanImport (Results 1 – 13 of 13) sorted by relevance
63 with test_support.CleanImport('time'):68 with test_support.CleanImport('marshal'):
3 from test.test_support import check_py3k_warnings, CleanImport, run_unittest375 with CleanImport(module_name), warnings.catch_warnings():
298 with support.CleanImport("asyncore"):
192 with test_support.CleanImport('sys'):
27 with support.CleanImport('future_test1'):32 with support.CleanImport('future_test2'):37 with support.CleanImport('test_future3'):116 with support.CleanImport("test.test_future5"):
1 from test.support import run_unittest, unload, check_warnings, CleanImport533 with CleanImport(name):542 with CleanImport(name):
398 with support.CleanImport('time'):403 with support.CleanImport('marshal'):
290 with support.CleanImport("asyncore"):
9 from test.support import CleanImport264 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 …]
203 with support.CleanImport(mod):224 with support.CleanImport('types'):235 with support.CleanImport('types'):
1014 class CleanImport(object): class
1353 .. class:: CleanImport(*module_names)1359 with CleanImport('foo'):
1241 class CleanImport(object): class