summaryrefslogtreecommitdiffstats
path: root/QMTest
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-04-01 23:21:54 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2017-04-01 23:21:54 (GMT)
commit386952783dce90bbe08b5585ce76bf13565fcba5 (patch)
treed3138c19e802df9b2e444ebdb5f454e2e38fc8d3 /QMTest
parent6759959aacf334da3589fb62a1d18899a652ebbd (diff)
downloadSCons-386952783dce90bbe08b5585ce76bf13565fcba5.zip
SCons-386952783dce90bbe08b5585ce76bf13565fcba5.tar.gz
SCons-386952783dce90bbe08b5585ce76bf13565fcba5.tar.bz2
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 448553f..d9f59c0 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):
"""
"""