1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-07-08 19:49:09 +00:00

Initial ansible-test implementation. (#18556)

This commit is contained in:
Matt Clay 2016-11-29 21:21:53 -08:00 committed by GitHub
parent d95eac16eb
commit 6bbd92e422
191 changed files with 5483 additions and 48 deletions

View file

@ -0,0 +1 @@
argparse ; python_version < '2.7'

View file

@ -0,0 +1,2 @@
coverage >= 4.2
pywinrm >= 0.2.1 # 0.1.1 required, but 0.2.1 provides better performance

View file

@ -0,0 +1 @@
coverage

View file

@ -0,0 +1,8 @@
jinja2
jmespath
junit-xml
ordereddict ; python_version < '2.7'
paramiko
passlib
pycrypto
pyyaml

View file

@ -0,0 +1,5 @@
jinja2
mock
pylint
voluptuous
yamllint

View file

@ -0,0 +1,11 @@
boto3
jinja2
mock
nose
passlib
pycrypto
pytest
python-memcached
pyyaml
redis
unittest2 ; python_version < '2.7'

View file

@ -0,0 +1,4 @@
jinja2
junit-xml
pywinrm
pyyaml