ansible/test/lib/ansible_test/_internal
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
..
cloud Code cleanup and refactoring in ansible-test. (#67063) 2020-02-04 11:21:53 -08:00
coverage Code cleanup and refactoring in ansible-test. (#67063) 2020-02-04 11:21:53 -08:00
integration Code cleanup and refactoring in ansible-test. (#67063) 2020-02-04 11:21:53 -08:00
provider Code cleanup and refactoring in ansible-test. (#67063) 2020-02-04 11:21:53 -08:00
sanity Code cleanup and refactoring in ansible-test. (#67063) 2020-02-04 11:21:53 -08:00
units Fix ansible-test pytest plugin loading. (#62119) 2019-09-10 23:27:05 -07:00
__init__.py
ansible_util.py Fix ansible-test coverage of ansible-connection. 2020-01-28 23:47:07 -08:00
cache.py
changes.py
classification.py Code cleanup and refactoring in ansible-test. (#67063) 2020-02-04 11:21:53 -08:00
cli.py Code cleanup and refactoring in ansible-test. (#67063) 2020-02-04 11:21:53 -08:00
config.py Reorganize ansible-test coverage code. 2020-01-30 14:41:21 -08:00
constants.py
core_ci.py Code cleanup and refactoring in ansible-test. (#67063) 2020-02-04 11:21:53 -08:00
coverage_util.py Code cleanup and refactoring in ansible-test. (#67063) 2020-02-04 11:21:53 -08:00
csharp_import_analysis.py Code cleanup and refactoring in ansible-test. (#67063) 2020-02-04 11:21:53 -08:00
data.py More ansible-test path handling updates. (#61484) 2019-08-28 15:13:00 -07:00
delegation.py Code cleanup and refactoring in ansible-test. (#67063) 2020-02-04 11:21:53 -08:00
diff.py
docker_util.py Code cleanup and refactoring in ansible-test. (#67063) 2020-02-04 11:21:53 -08:00
encoding.py Code cleanup and refactoring in ansible-test. (#67063) 2020-02-04 11:21:53 -08:00
env.py Code cleanup and refactoring in ansible-test. (#67063) 2020-02-04 11:21:53 -08:00
executor.py Code cleanup and refactoring in ansible-test. (#67063) 2020-02-04 11:21:53 -08:00
git.py Fix ansible-test handling of git submodules. (#65027) 2019-11-19 10:19:03 -08:00
http.py
import_analysis.py Code cleanup and refactoring in ansible-test. (#67063) 2020-02-04 11:21:53 -08:00
init.py
io.py Code cleanup and refactoring in ansible-test. (#67063) 2020-02-04 11:21:53 -08:00
manage_ci.py Testing: Add support for AIX platform (#65802) 2020-01-29 15:56:51 -08:00
metadata.py Code cleanup and refactoring in ansible-test. (#67063) 2020-02-04 11:21:53 -08:00
payload.py Fix ansible-test tar format handling. 2020-01-29 20:31:54 -08:00
powershell_import_analysis.py Code cleanup and refactoring in ansible-test. (#67063) 2020-02-04 11:21:53 -08:00
target.py Code cleanup and refactoring in ansible-test. (#67063) 2020-02-04 11:21:53 -08:00
test.py Code cleanup and refactoring in ansible-test. (#67063) 2020-02-04 11:21:53 -08:00
thread.py
types.py Code cleanup and refactoring in ansible-test. (#67063) 2020-02-04 11:21:53 -08:00
util.py Code cleanup and refactoring in ansible-test. (#67063) 2020-02-04 11:21:53 -08:00
util_common.py Code cleanup and refactoring in ansible-test. (#67063) 2020-02-04 11:21:53 -08:00
venv.py Fix ansible-test virtualenv real python search. 2019-10-03 17:12:33 -07:00