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/lib
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
..
cloud Revert to stable vcsim docker image. (#33952) 7 years ago
sanity Validate modules arg spec fixes (#34477) 7 years ago
__init__.py Add support for cloud tests to ansible-test. (#24315) 7 years ago
ansible_util.py Update ansible-test sanity command. (#31958) 7 years ago
changes.py Improve handling of first CI run for new branch. (#29070) 7 years ago
classification.py Force all tests to run on docker image updates. 7 years ago
config.py Add Azure provider support to ansible-test and CI. 7 years ago
core_ci.py Run RHEL tests on Azure in 3 groups. 7 years ago
cover.py Add support for setup targets to ansible-test. (#28544) 7 years ago
delegation.py Add Azure provider support to ansible-test and CI. 7 years ago
diff.py Add test verification to ansible-test. (#22636) 7 years ago
docker_util.py Refactor ansible-test config classes. (#26505) 7 years ago
executor.py Remove ansible-test obsolete `net_*` target logic. 7 years ago
git.py Fix ansible-test type hints. 7 years ago
http.py Improve ansible-test HttpClient error handling. (#30301) 7 years ago
import_analysis.py Fix ansible-test pylint and pep8 issues. (#24245) 7 years ago
manage_ci.py Port eos tests to network_cli (#33586) 7 years ago
metadata.py Update ansible-test sanity command. (#31958) 7 years ago
powershell_import_analysis.py Add PS dependency analysis to ansible-test. 7 years ago
pytar.py Update ansible-test sanity command. (#31958) 7 years ago
target.py Add support for setup targets to ansible-test. (#28544) 7 years ago
test.py Fix ansible-test unicode and sanity tests. (#29743) 7 years ago
thread.py Add missing ansible-test --remote-terminate support. (#32918) 7 years ago
util.py Update ansible-test sanity command. (#31958) 7 years ago