Searched refs:test_root_path (Results 1 – 5 of 5) sorted by relevance
152 test_root_path = os.path.join(tempfile.mkdtemp(), 'test')153 shutil.copytree(unittest_constants.TEST_DATA_PATH, test_root_path)154 mock_get_root.return_value = test_root_path196 test_root_path = os.path.join(tempfile.mkdtemp(), 'test')197 shutil.copytree(unittest_constants.TEST_DATA_PATH, test_root_path)198 mock_get_root.return_value = test_root_path
472 def test_root_path(self): member in IsIgnoredTest
539 def test_root_path(self): member in FakeFilesystemVsRealTest
1272 def test_root_path(self): member in CollapsePathPipeSeparatorTest
1058 def test_root_path(self): member in MultiPathServerTestCase