Lines Matching refs:test_cwd
689 test_cwd = 'test_python_worker_{}'.format(nounce)
691 test_cwd = 'test_python_{}'.format(nounce)
692 test_cwd += os_helper.FS_NONASCII
693 test_cwd = os.path.join(self.tmp_dir, test_cwd)
694 return test_cwd
720 test_cwd = self.create_temp_dir()
727 with os_helper.temp_cwd(test_cwd, quiet=True):
728 # When using multiprocessing, worker processes will use test_cwd
731 self.ns.tempdir = test_cwd