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/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.
4 years ago
..
analyze Fix ansible-test coverage analysis option usage. (#68406) 4 years ago
__init__.py Clean up code in ansible-test. (#73379) 4 years ago
combine.py Add coverage exporting to ansible-test 4 years ago
erase.py Add code coverage target analysis to ansible-test. (#67141) 5 years ago
html.py Code cleanup and refactoring in ansible-test. (#67063) 5 years ago
report.py Code cleanup and refactoring in ansible-test. (#67063) 5 years ago
xml.py Code cleanup and refactoring in ansible-test. (#67063) 5 years ago