mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
added new tests any and all (#22665)
* added new tests any and all * updated code names
This commit is contained in:
@@ -137,4 +137,7 @@ class TestModule(object):
|
||||
# version comparison
|
||||
'version_compare': version_compare,
|
||||
|
||||
# lists
|
||||
'any': any,
|
||||
'all': all,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user