ansible/test
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
..
ansible_test
integration user - warn if "append" is set but not "groups" (#65795) 2020-02-04 12:35:05 -05:00
legacy Use context manager for file handling in misc files. (#65372) 2019-12-21 13:01:38 +01:00
lib/ansible_test Code cleanup and refactoring in ansible-test. (#67063) 2020-02-04 11:21:53 -08:00
sanity win_unzip - LiteralPath fix (#66972) 2020-01-31 12:59:46 +10:00
units Fix removed_in_version to support honor suboptions (#66918) 2020-02-04 10:14:55 -05:00
utils Testing: Add support for AIX platform (#65802) 2020-01-29 15:56:51 -08:00