mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Initial ansible-test implementation. (#18556)
This commit is contained in:
1
test/runner/requirements/ansible-test.txt
Normal file
1
test/runner/requirements/ansible-test.txt
Normal file
@@ -0,0 +1 @@
|
||||
argparse ; python_version < '2.7'
|
||||
2
test/runner/requirements/constraints.txt
Normal file
2
test/runner/requirements/constraints.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
coverage >= 4.2
|
||||
pywinrm >= 0.2.1 # 0.1.1 required, but 0.2.1 provides better performance
|
||||
1
test/runner/requirements/coverage.txt
Normal file
1
test/runner/requirements/coverage.txt
Normal file
@@ -0,0 +1 @@
|
||||
coverage
|
||||
8
test/runner/requirements/integration.txt
Normal file
8
test/runner/requirements/integration.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
jinja2
|
||||
jmespath
|
||||
junit-xml
|
||||
ordereddict ; python_version < '2.7'
|
||||
paramiko
|
||||
passlib
|
||||
pycrypto
|
||||
pyyaml
|
||||
5
test/runner/requirements/sanity.txt
Normal file
5
test/runner/requirements/sanity.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
jinja2
|
||||
mock
|
||||
pylint
|
||||
voluptuous
|
||||
yamllint
|
||||
11
test/runner/requirements/units.txt
Normal file
11
test/runner/requirements/units.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
boto3
|
||||
jinja2
|
||||
mock
|
||||
nose
|
||||
passlib
|
||||
pycrypto
|
||||
pytest
|
||||
python-memcached
|
||||
pyyaml
|
||||
redis
|
||||
unittest2 ; python_version < '2.7'
|
||||
4
test/runner/requirements/windows-integration.txt
Normal file
4
test/runner/requirements/windows-integration.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
jinja2
|
||||
junit-xml
|
||||
pywinrm
|
||||
pyyaml
|
||||
Reference in New Issue
Block a user