Home
last modified time | relevance | path

Searched refs:enumerate_tests (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_compilation_testing/py/
H A Dgenerator_test.py26 enumerate_tests,
97 list(enumerate_tests('TestSuite', [path])),
106 list(enumerate_tests('TestSuite', [path]))
114 list(enumerate_tests('TestSuite', [path]))
/aosp_15_r20/external/pigweed/pw_compilation_testing/py/pw_compilation_testing/
H A Dgenerator.py299 def enumerate_tests(suite: str, paths: Iterable[Path]) -> Iterator[TestCase]: function
369 tests = list(enumerate_tests(name, (s.file_path for s in sources)))