added new tests any and all (#22665)

* added new tests any and all

* updated code names
This commit is contained in:
Brian Coca 2017-03-15 18:09:25 -04:00 committed by GitHub
parent eb0b1e149d
commit 0c44959800
3 changed files with 31 additions and 1 deletions

View file

@ -137,4 +137,7 @@ class TestModule(object):
# version comparison
'version_compare': version_compare,
# lists
'any': any,
'all': all,
}