Searched refs:should_match (Results 1 – 1 of 1) sorted by relevance
35 def assertSelects(self, tags, should_match): argument42 self.assertEqual([tag.string for tag in tags], should_match)44 def assertSelectsIDs(self, tags, should_match): argument51 self.assertEqual([tag['id'] for tag in tags], should_match)