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/lib/ansible_test/_internal
Matt Clay a7bc11ce67
Work around virtualenv/venv issue in ansible-test. (#62111)
Creating a virtual environment using `venv` when running in a virtual environment created by `virtualenv` results in a copy of the original virtual environment instead of creation of a new one.

To work around this, `ansible-test` now identifies when it is running in a `virtualenv` created virtual environment and uses the real Python interpreter to create the `venv` virtual environment.
5 years ago
..
cloud ansible-test: vcenter+Worldstream: hide password 5 years ago
integration Update collections integration targets path. (#61523) 5 years ago
provider Fix ansible-test to ignore `tests/output/`. (#62084) 5 years ago
sanity Fix ansible-doc traceback and sanity test. (#62040) 5 years ago
units Update collections integration targets path. (#61523) 5 years ago
__init__.py Relocate ansible-test code. (#60147) 5 years ago
ansible_util.py Overhaul ansible-test test path handling. (#61416) 5 years ago
cache.py Relocate ansible-test code. (#60147) 5 years ago
changes.py Relocate ansible-test code. (#60147) 5 years ago
classification.py More ansible-test path handling updates. (#61484) 5 years ago
cli.py Add a --venv option to ansible-test. (#61422) 5 years ago
config.py Add a --venv option to ansible-test. (#61422) 5 years ago
constants.py Relocate ansible-test code. (#60147) 5 years ago
core_ci.py Overhaul ansible-test test path handling. (#61416) 5 years ago
cover.py Fix ansible-test coverage path handling. (#61528) 5 years ago
coverage_util.py Properly exclude tests/output/ from code coverage. 5 years ago
csharp_import_analysis.py Change collection PS util import pattern (#61307) 5 years ago
data.py More ansible-test path handling updates. (#61484) 5 years ago
delegation.py Fix issues with ansible-test --venv option. (#62033) 5 years ago
diff.py Relocate ansible-test code. (#60147) 5 years ago
docker_util.py Relocate ansible-test code. (#60147) 5 years ago
env.py Overhaul ansible-test test path handling. (#61416) 5 years ago
executor.py Update collections integration targets path. (#61523) 5 years ago
git.py ansible-test - Continue if the git command returns an error (#61605) 5 years ago
http.py Relocate ansible-test code. (#60147) 5 years ago
import_analysis.py More ansible-test path handling updates. (#61484) 5 years ago
init.py Relocate ansible-test code. (#60147) 5 years ago
manage_ci.py Move ansible-test coverage config to test/lib/ 5 years ago
metadata.py Overhaul ansible-test test path handling. (#61416) 5 years ago
payload.py Support delegation testing collections with deps. 5 years ago
powershell_import_analysis.py Change collection PS util import pattern (#61307) 5 years ago
target.py Update collections integration targets path. (#61523) 5 years ago
test.py Show doc URL for sanity test failures 5 years ago
thread.py Relocate ansible-test code. (#60147) 5 years ago
types.py Overhaul ansible-test test path handling. (#61416) 5 years ago
util.py ansible-test - Continue if the git command returns an error (#61605) 5 years ago
util_common.py Fix issues with ansible-test --venv option. (#62033) 5 years ago
venv.py Work around virtualenv/venv issue in ansible-test. (#62111) 5 years ago