From cca81b0f0dd2138ed9fce5fbcb3d7942f7cf49f6 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Sat, 1 Apr 2017 19:21:54 -0400 Subject: pep8 --- QMTest/TestCmd.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'QMTest') diff --git a/QMTest/TestCmd.py b/QMTest/TestCmd.py index 448553f5..d9f59c07 100644 --- a/QMTest/TestCmd.py +++ b/QMTest/TestCmd.py @@ -452,6 +452,7 @@ def pass_test(self = None, condition = 1, function = None): sys.stderr.write("PASSED\n") sys.exit(0) + def match_exact(lines = None, matches = None): """ """ @@ -466,6 +467,7 @@ def match_exact(lines = None, matches = None): return return 1 + def match_caseinsensitive(lines = None, matches = None): """ """ -- cgit v1.2.1