summaryrefslogtreecommitdiff
path: root/QMTest
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-04-01 19:21:54 -0400
committerWilliam Deegan <bill@baddogconsulting.com>2017-04-01 19:21:54 -0400
commitcca81b0f0dd2138ed9fce5fbcb3d7942f7cf49f6 (patch)
treed3138c19e802df9b2e444ebdb5f454e2e38fc8d3 /QMTest
parent51a5d22ab64129585f1825b8b66342224809549a (diff)
downloadscons-cca81b0f0dd2138ed9fce5fbcb3d7942f7cf49f6.tar.gz
pep8
Diffstat (limited to 'QMTest')
-rw-r--r--QMTest/TestCmd.py2
1 files changed, 2 insertions, 0 deletions
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):
"""
"""