Home | History | Annotate | Download | only in models

Lines Matching refs:other_map

548     def _merge_test_map(self, self_map, other_map):
549 for test in other_map:
550 new_expectations = set(other_map[test])
553 self_map[test] = list(new_expectations) if isinstance(other_map[test], list) else new_expectations