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
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.
5 years ago
..
ansible_test Relocate ansible-test self tests outside package. (#61255) 6 years ago
integration Local vars should have highest precedence in AnsibleJ2Vars (#72830) 5 years ago
lib/ansible_test Clean up code in ansible-test. (#73379) 5 years ago
sanity Document install_python_apt option of apt_repository (#72959) 5 years ago
support Various intentional tests (#72485) 5 years ago
units Let `command` always return stdout & stderr (#73004) 5 years ago
utils/shippable [devel] Azure Pipelines configuration. 5 years ago