Home
last modified time | relevance | path

Searched defs:test_root (Results 1 – 4 of 4) 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/runner/plugins/ets/
Dets_test_suite.py62 def test_root(self) -> Path: member in EtsTestSuite
/arkcompiler/ets_frontend/es2panda/test/
Drunner.py44 def prepare_tsc_testcases(test_root): argument
2478 def prepare_for_obfuscation(compiler_test_infos, test_root): argument