ansible/test/lib/ansible_test/_internal/sanity
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
..
__init__.py Code cleanup and refactoring in ansible-test. (#67063) 2020-02-04 11:21:53 -08:00
ansible_doc.py Code cleanup and refactoring in ansible-test. (#67063) 2020-02-04 11:21:53 -08:00
bin_symlinks.py Additional ansible-test path fixes. (#60300) 2019-08-08 23:51:03 -07:00
compile.py
ignores.py
import.py Fix various import sanity test issues. 2019-10-22 23:00:35 -07:00
integration_aliases.py Code cleanup and refactoring in ansible-test. (#67063) 2020-02-04 11:21:53 -08:00
pep8.py
pslint.py
pylint.py Fix plugin paths for ansible-test pylint test. (#65526) 2019-12-04 18:07:16 -08:00
rstcheck.py
sanity_docs.py
shellcheck.py
validate_modules.py Fixes for validate-modules import handling. (#63932) 2019-10-30 09:48:21 -07:00
yamllint.py Change the check_pyyaml() function to return the features of pyyaml that we check 2019-12-20 10:29:03 -08:00