Searched refs:match_exact (Results 1 – 2 of 2) sorted by relevance
409 def match_exact(lines = None, matches = None): function1065 def match_exact(self, lines, matches): member in TestCmd1068 return match_exact(lines, matches)
44 return TestCommon.match_exact(contents_a, contents_b)102 kw.setdefault('match', TestCommon.match_exact)