Lines Matching refs:os_helper
10 from test.support import os_helper
115 os_helper.unlink(temp_mod_name + '.py')
116 os_helper.unlink(temp_mod_name + '.pyc')
200 os_helper.unlink(temp_mod_name + ext)
201 os_helper.unlink(init_file_name + ext)
202 os_helper.rmtree(test_package_name)
203 os_helper.rmtree('__pycache__')
223 with os_helper.EnvironmentVarGuard():
309 with os_helper.temp_cwd():
310 source = os_helper.TESTFN + '.py'
313 imp.find_module, os_helper.TESTFN, ["."])
374 with os_helper.temp_cwd():
429 with os_helper.EnvironmentVarGuard():
482 @unittest.skipIf(os_helper.TESTFN_UNENCODABLE is None,
485 name = os_helper.TESTFN_UNENCODABLE