Searched refs:test_mapping (Results 1 – 1 of 1) sorted by relevance
323 test_mapping = self.tests_dirs_to_mapping(tests, dirs)324 self.write_test_mapping(test_mapping)328 test_mapping = {"imports": []}335 test_mapping[test_group] = []351 test_mapping[test_group].append({"name": test, "options": TEST_OPTIONS[test]})353 test_mapping[test_group].append({"name": test})354 test_mapping[test_group] = sorted(test_mapping[test_group], key=lambda t: t["name"])357 test_mapping["imports"].append({"path": dir})358 test_mapping["imports"] = sorted(test_mapping["imports"], key=lambda t: t["path"])359 test_mapping = {section: entry for (section, entry) in test_mapping.items() if entry}[all …]