You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/runner
Matt Martz dcc05093db Validate modules arg spec fixes (#34477)
* Update validate-modules arg_spec introspection to be faster, by only mocking the imports we explicitly list
* The use of types.MethodType in redhat_subscription wasn't py3 compatible, use partial instead
* Remove argument_spec import hacks, make them errors, we can ignore them with ansible-test
* Enable the --arg-spec flag for validate-modules
7 years ago
..
completion Update default ansible-test container SHA. 7 years ago
docker Use Python 3.7.0a2 for default docker container. 7 years ago
import/lib/ansible Fix ansible-test unicode and sanity tests. (#29743) 7 years ago
injector Update ansible-test sanity command. (#31958) 7 years ago
lib Validate modules arg spec fixes (#34477) 7 years ago
requirements Update astroid test constraint. 7 years ago
setup Add Azure provider support to ansible-test and CI. 7 years ago
units Add test verification to ansible-test. (#22636) 7 years ago
.dockerignore Add new default Docker container for ansible-test. (#31944) 7 years ago
Dockerfile Use Python 3.7.0a2 for default docker container. 7 years ago
Makefile Add test verification to ansible-test. (#22636) 7 years ago
ansible-test Initial ansible-test implementation. (#18556) 8 years ago
importer.py Handle stdout/stderr/BaseException in import test. 7 years ago
retry.py Fix ansible-test pylint and pep8 issues. (#24245) 7 years ago
shippable.py Improve ansible-test HttpClient error handling. (#30301) 7 years ago
test.py Add Azure provider support to ansible-test and CI. 7 years ago
tox.ini Fix ansible-test unicode and sanity tests. (#29743) 7 years ago