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 Clay 35caebd036 Fix ansible-test dependency processing.
Previously, the following dependencies:

A used by B
B used by C

Would have been converted to:

A used by C
B used by C

Intead of being expanded to:

A used by B
A used by C
B used by C

This change preserves the existing dependency when expanding it.
6 years ago
..
completion ansible-test - swap Fedora 25 for 29 (#49634) 6 years ago
injector Fix ansible-test invocation of pytest. 6 years ago
lib Fix ansible-test dependency processing. 6 years ago
requirements Updated test constraints for mock assert_called() and assert_called_once() 6 years ago
setup Add virtualenv symlink for RHEL 8. 6 years ago
units Add test verification to ansible-test. (#22636) 7 years ago
Makefile Convert ansible-test compile into a sanity test. 7 years ago
ansible-test Make ansible-test available in the bin directory. (#45876) 6 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
tox.ini allow ANSIBLE_KEEP_REMOTE_FILES for local test runner (#33357) 6 years ago
versions.py Revert "Relax ansible-test python version checking." 6 years ago