Home
last modified time | relevance | path

Searched defs:walk_test_subdirs (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/utils/
Dfile_structure.py82 def walk_test_subdirs(path: Path, parent: Optional[TestDirectory] = None) -> Iterator[TestDirectory… function
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/sts_utils/
Dfile_structure.py86 def walk_test_subdirs(path: Path, parent: TestDirectory | None = None) -> Iterator[TestDirectory]: function