Home
last modified time | relevance | path

Searched refs:test_root_path (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/tools/asuite/aidegen/lib/
H A Dproject_info_unittest.py152 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_path
196 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
/aosp_15_r20/external/yapf/yapftests/
H A Dfile_resources_test.py472 def test_root_path(self): member in IsIgnoredTest
/aosp_15_r20/external/python/pyfakefs/pyfakefs/tests/
Dfake_filesystem_vs_real_test.py539 def test_root_path(self): member in FakeFilesystemVsRealTest
Dfake_filesystem_test.py1272 def test_root_path(self): member in CollapsePathPipeSeparatorTest
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_xmlrpc.py1058 def test_root_path(self): member in MultiPathServerTestCase