Searched refs:required_test_attributes (Results 1 – 1 of 1) sorted by relevance
37 def matching_test_attributes(attrs, required_test_attributes): argument38 if not required_test_attributes:40 matches = [attrs[key] == required_test_attributes[key]41 for key in attrs if key in required_test_attributes]