ansible/changelogs/fragments/ansible-test-refactor.yml
Matt Clay f4a80bb600
Code cleanup and refactoring in ansible-test. (#67063)
* Code cleanup in ansible-test.
* Split out encoding functions.
* Consoldate loading of JSON files.
* Split out disk IO functions.
* Simplify file access.
* Add functions for opening files.
* Replace open calls with appropriate functions.
* Expose more types from typing module.
* Support writing compact JSON.
* Add verbosity argument to display.warning.
* Add changelog entry.
* Update files overlooked during rebase.
* Use `io.open` instead of `open`.
* Fix file opening for imp.load_module.
* Remove use of `r+` mode to access files.
* Add missing import.
* Fix httptester on Python 2.x.
* Clarify changelog fragment.
* Consolidate imports. Remove extra newlines.
* Fix indirect imports.
2020-02-04 11:21:53 -08:00

6 lines
341 B
YAML

minor_changes:
- "ansible-test - Support writing compact JSON files instead of formatting and indenting the output."
- "ansible-test - Add a verbosity option for displaying warnings."
- "ansible-test - Refactor code to consolidate filesystem access and improve handling of encoding."
- "ansible-test - General code cleanup."