Home
last modified time | relevance | path

Searched defs:test_root (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/options/
Doptions_custom.py48 def test_root(self) -> Optional[str]: member in CustomSuiteOptions
Doptions_general.py94 def test_root(self) -> Optional[str]: member in GeneralOptions
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/options/
Doptions_collections.py60 def test_root(self) -> Path: member in CollectionsOptions
Doptions_test_suite.py93 def test_root(self) -> Path: member in TestSuiteOptions
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/
Dets_test_suite.py62 def test_root(self) -> Path: member in EtsTestSuite
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/suites/
Dtest_suite.py68 def test_root(self) -> Path: member in TestSuite
/arkcompiler/ets_frontend/es2panda/test/
Drunner.py44 def prepare_tsc_testcases(test_root): argument
2691 def prepare_for_obfuscation(compiler_test_infos, test_root): argument