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 c68e1aafeb Improve ansible-test environment checking between tests. (#46459)
* Add unified diff output to environment validation.

This makes it easier to see where the environment changed.

* Compare Python interpreters by version to pip shebangs.

This helps expose cases where pip executables use a different
Python interpreter than is expected.

* Query `pip.__version__` instead of using `pip --version`.

This is a much faster way to query the pip version. It also more
closely matches how we invoke pip within ansible-test.

* Remove redundant environment scan between tests.

This reuses the environment scan from the end of the previous test
as the basis for comparison during the next test.

(cherry picked from commit 0dc7f38787)
7 years ago
..
completion Use default-test-container version 1.3.0. 7 years ago
injector Bug fixes and cleanup for ansible-test. (#45991) 7 years ago
lib Improve ansible-test environment checking between tests. (#46459) 7 years ago
requirements Update test constraints. (#44975) 7 years ago
setup Bug fixes and cleanup for ansible-test. (#45991) 7 years ago
units Add test verification to ansible-test. (#22636) 9 years ago
Makefile Convert ansible-test compile into a sanity test. 8 years ago
ansible-test Make ansible-test available in the bin directory. (#45876) 7 years ago
retry.py Fix ansible-test pylint and pep8 issues. (#24245) 9 years ago
shippable.py Improve ansible-test HttpClient error handling. (#30301) 8 years ago
tox.ini allow ANSIBLE_KEEP_REMOTE_FILES for local test runner (#33357) 8 years ago
versions.py Improve ansible-test environment checking between tests. (#46459) 7 years ago