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.
2021-01-26 14:02:08 -08:00
..
ci Clean up code in ansible-test. (#73379) 2021-01-26 14:02:08 -08:00
cloud Clean up code in ansible-test. (#73379) 2021-01-26 14:02:08 -08:00
coverage Clean up code in ansible-test. (#73379) 2021-01-26 14:02:08 -08:00
integration Update ansible-test handling of delegation paths. (#69056) 2020-04-20 22:04:25 -07:00
provider Clean up code in ansible-test. (#73379) 2021-01-26 14:02:08 -08:00
sanity Clean up code in ansible-test. (#73379) 2021-01-26 14:02:08 -08:00
units Fix ansible-test pytest plugin loading. (#62119) 2019-09-10 23:27:05 -07:00
__init__.py
ansible_util.py Emit warning when running on the controller with a Python older than 3.8 (#72467) 2020-11-09 08:53:52 -06:00
cache.py
classification.py Improve ansible-test classifications for collections (#72353) 2020-11-02 10:44:51 -08:00
cli.py Clean up code in ansible-test. (#73379) 2021-01-26 14:02:08 -08:00
config.py Clean up code in ansible-test. (#73379) 2021-01-26 14:02:08 -08:00
constants.py
core_ci.py Remove obsolete tower plugin from ansible-test. 2021-01-13 12:37:21 -08:00
coverage_util.py Code cleanup and refactoring in ansible-test. (#67063) 2020-02-04 11:21:53 -08:00
csharp_import_analysis.py Add relative module_util support for powershell (#68321) 2020-04-01 09:01:18 +10:00
data.py Fix ansible-test submodule handling. (#68759) 2020-04-08 01:15:49 -07:00
delegation.py Fix ansible-test handling of user-defined docker networks. (#72256) 2020-10-22 18:45:03 -07:00
diff.py
docker_util.py Clean up code in ansible-test. (#73379) 2021-01-26 14:02:08 -08:00
encoding.py Code cleanup and refactoring in ansible-test. (#67063) 2020-02-04 11:21:53 -08:00
env.py Update ansible-test support for CI providers. 2020-05-14 17:08:30 -07:00
executor.py Clean up code in ansible-test. (#73379) 2021-01-26 14:02:08 -08:00
git.py Fix ansible-test handling of git submodules. (#65027) 2019-11-19 10:19:03 -08:00
http.py
import_analysis.py Fix ansible-test relative import analysis. 2020-07-30 08:05:28 -07:00
init.py
io.py Clean up code in ansible-test. (#73379) 2021-01-26 14:02:08 -08:00
manage_ci.py Clean up code in ansible-test. (#73379) 2021-01-26 14:02:08 -08:00
metadata.py Update ansible-test support for CI providers. 2020-05-14 17:08:30 -07:00
payload.py Clean up code in ansible-test. (#73379) 2021-01-26 14:02:08 -08:00
powershell_import_analysis.py Add relative module_util support for powershell (#68321) 2020-04-01 09:01:18 +10:00
target.py Clean up code in ansible-test. (#73379) 2021-01-26 14:02:08 -08:00
test.py Clean up code in ansible-test. (#73379) 2021-01-26 14:02:08 -08:00
thread.py
types.py Code cleanup and refactoring in ansible-test. (#67063) 2020-02-04 11:21:53 -08:00
util.py Clean up code in ansible-test. (#73379) 2021-01-26 14:02:08 -08:00
util_common.py Clean up code in ansible-test. (#73379) 2021-01-26 14:02:08 -08:00
venv.py Fix ansible-test virtualenv management. 2020-07-14 01:26:06 -07:00