ansible/test/lib/ansible_test/_internal/coverage
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
..
analyze Fix ansible-test coverage analysis option usage. (#68406) 2020-03-23 13:05:29 -07:00
__init__.py Clean up code in ansible-test. (#73379) 2021-01-26 14:02:08 -08:00
combine.py Add coverage exporting to ansible-test 2020-11-09 22:34:05 -08:00
erase.py Add code coverage target analysis to ansible-test. (#67141) 2020-02-05 22:16:15 -08:00
html.py
report.py
xml.py