Home
last modified time | relevance | path

Searched defs:CollectionsOptions (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/suites/
Dpreparation_step.py39 …lf, test_source_path: Path, *, test_gen_path: Path, config: Config, collection: CollectionsOptions,
61 …lf, test_source_path: Path, *, test_gen_path: Path, config: Config, collection: CollectionsOptions,
154 collection: CollectionsOptions,
Dtest_suite.py131 def __is_path_excluded(collection: CollectionsOptions, tested_path: Path) -> bool:
188 …def __add_copy_steps(self, collection: CollectionsOptions, copy_source_path: Path, extension: str)…
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/options/
Doptions_collections.py31 class CollectionsOptions(IOptions): class