Home
last modified time | relevance | path

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

/platform_testing/scripts/map_tests/
Dmap_tests.py84 is_in_path = any(Path(p).is_relative_to(tests_dir) for p in k['path']) variable
85 if not is_in_path: continue