Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bs4/tests/
H A Dtest_tree.py35 def assertSelects(self, tags, should_match): argument
42 self.assertEqual([tag.string for tag in tags], should_match)
44 def assertSelectsIDs(self, tags, should_match): argument
51 self.assertEqual([tag['id'] for tag in tags], should_match)