mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 11:21:25 -07:00
added new tests any and all (#22665)
* added new tests any and all * updated code names
This commit is contained in:
parent
eb0b1e149d
commit
0c44959800
3 changed files with 31 additions and 1 deletions
|
@ -137,4 +137,7 @@ class TestModule(object):
|
|||
# version comparison
|
||||
'version_compare': version_compare,
|
||||
|
||||
# lists
|
||||
'any': any,
|
||||
'all': all,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue