mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 11:21:25 -07:00
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:
parent
1e308a09e2
commit
cdb5a222c5
2 changed files with 54 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue