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 73fadc5e97
Clean up code in ansible-test. (#73379)
* Relocate code to fix type dependencies.

* Fix missing and unused imports.

* Fix type hints.

* Suppress PyCharm false positives.

* Avoid shadowing `file` built-in.

* Use json.JSONEncoder directly instead of super().

This matches the recommended usage and avoids a PyCharm warning.

* Remove redundant regex escape.

* Remove redundant find_python call.

* Use tarfile.open directly.

* Add changelog fragment.
4 years ago
..
ci Clean up code in ansible-test. (#73379) 4 years ago
cloud Clean up code in ansible-test. (#73379) 4 years ago
coverage Clean up code in ansible-test. (#73379) 4 years ago
integration Update ansible-test handling of delegation paths. (#69056) 4 years ago
provider Clean up code in ansible-test. (#73379) 4 years ago
sanity Clean up code in ansible-test. (#73379) 4 years ago
units Fix ansible-test pytest plugin loading. (#62119) 5 years ago
__init__.py Relocate ansible-test code. (#60147) 5 years ago
ansible_util.py Emit warning when running on the controller with a Python older than 3.8 (#72467) 4 years ago
cache.py Relocate ansible-test code. (#60147) 5 years ago
classification.py Improve ansible-test classifications for collections (#72353) 4 years ago
cli.py Clean up code in ansible-test. (#73379) 4 years ago
config.py Clean up code in ansible-test. (#73379) 4 years ago
constants.py Relocate ansible-test code. (#60147) 5 years ago
core_ci.py Remove obsolete `tower` plugin from ansible-test. 4 years ago
coverage_util.py Code cleanup and refactoring in ansible-test. (#67063) 4 years ago
csharp_import_analysis.py Add relative module_util support for powershell (#68321) 4 years ago
data.py Fix ansible-test submodule handling. (#68759) 4 years ago
delegation.py Fix ansible-test handling of user-defined docker networks. (#72256) 4 years ago
diff.py Relocate ansible-test code. (#60147) 5 years ago
docker_util.py Clean up code in ansible-test. (#73379) 4 years ago
encoding.py Code cleanup and refactoring in ansible-test. (#67063) 4 years ago
env.py Update ansible-test support for CI providers. 4 years ago
executor.py Clean up code in ansible-test. (#73379) 4 years ago
git.py Fix ansible-test handling of git submodules. (#65027) 5 years ago
http.py Relocate ansible-test code. (#60147) 5 years ago
import_analysis.py Fix ansible-test relative import analysis. 4 years ago
init.py Relocate ansible-test code. (#60147) 5 years ago
io.py Clean up code in ansible-test. (#73379) 4 years ago
manage_ci.py Clean up code in ansible-test. (#73379) 4 years ago
metadata.py Update ansible-test support for CI providers. 4 years ago
payload.py Clean up code in ansible-test. (#73379) 4 years ago
powershell_import_analysis.py Add relative module_util support for powershell (#68321) 4 years ago
target.py Clean up code in ansible-test. (#73379) 4 years ago
test.py Clean up code in ansible-test. (#73379) 4 years ago
thread.py Relocate ansible-test code. (#60147) 5 years ago
types.py Code cleanup and refactoring in ansible-test. (#67063) 4 years ago
util.py Clean up code in ansible-test. (#73379) 4 years ago
util_common.py Clean up code in ansible-test. (#73379) 4 years ago
venv.py Fix ansible-test virtualenv management. 4 years ago