restored 'results' filters

tests do not work the same, restoring old filters to keep backwards compat
tests now only implment the new normalized 'tense'
This commit is contained in:
Brian Coca 2016-10-11 07:53:25 -07:00 committed by Brian Coca
parent 1e308a09e2
commit cdb5a222c5
2 changed files with 54 additions and 4 deletions

View file

@ -121,17 +121,13 @@ class TestModule(object):
return {
# failure testing
'failed' : failed,
'failure' : failed,
'success' : success,
'succeeded' : success,
# changed testing
'changed' : changed,
'change' : changed,
# skip testing
'skipped' : skipped,
'skip' : skipped,
# regex
'match': match,