ansible/test/lib/ansible_test/_internal/provider/layout
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
..
__init__.py Clean up code in ansible-test. (#73379) 2021-01-26 14:02:08 -08:00
ansible.py Update collections integration targets path. (#61523) 2019-08-29 03:39:03 -07:00
collection.py Code cleanup and refactoring in ansible-test. (#67063) 2020-02-04 11:21:53 -08:00