TestCmd.py | 114 test.match_exact("actual 1\nactual 2\n", "expected 1\nexpected 2\n") 115 test.match_exact(["actual 1\n", "actual 2\n"], 167 test = TestCmd.TestCmd(match = TestCmd.match_exact) 240 'match_exact', 409 def match_exact(lines = None, matches = None): function 1065 def match_exact(self, lines, matches): member in class:TestCmd [all...] |