Home
last modified time | relevance | path

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

/platform_testing/scripts/map_tests/
Dmap_tests.py62 test_mapping = json.loads("".join(f.readlines())) variable
64 test_mapping = {} variable
98 if "presubmit" not in test_mapping: test_mapping["presubmit"] = []
100 already_there = any(i["name"] == name for i in test_mapping["presubmit"])
103 test_mapping["presubmit"] += [{ "name": name }]
105 out = json.dumps(test_mapping, indent=2)