diff options
author | William Deegan <bill@baddogconsulting.com> | 2017-04-01 23:21:54 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2017-04-01 23:21:54 (GMT) |
commit | 386952783dce90bbe08b5585ce76bf13565fcba5 (patch) | |
tree | d3138c19e802df9b2e444ebdb5f454e2e38fc8d3 /QMTest | |
parent | 6759959aacf334da3589fb62a1d18899a652ebbd (diff) | |
download | SCons-386952783dce90bbe08b5585ce76bf13565fcba5.zip SCons-386952783dce90bbe08b5585ce76bf13565fcba5.tar.gz SCons-386952783dce90bbe08b5585ce76bf13565fcba5.tar.bz2 |
pep8
Diffstat (limited to 'QMTest')
-rw-r--r-- | QMTest/TestCmd.py | 2 |
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): """ """ |