ansible/test/lib/ansible_test/_internal/sanity
Matt Clay 57dc7ec265
Prepare ansible-test for inclusion in setup.py (#60294)
* Cache ansible version lookup.
* Fix method of determining ANSIBLE_ROOT.
* Clean up based on PyCharm inspections.
* Generate minimal PKG-INFO without setup.py.
* Use ANSIBLE_LIB_ROOT where possible.
* Use import instead of subprocess to get version.
* Fix install layout type.
* Correct required paths message for installs.
* Update list of files copied during delegation.
* Fix ansible-test entry point.
* Fix pylint issue.
* Fix version lookup on Python 2.x.
* Fix pylint issue.
* Remove unwanted print statement.
2019-08-08 16:14:19 -07:00
..
__init__.py Prepare ansible-test for inclusion in setup.py (#60294) 2019-08-08 16:14:19 -07:00
ansible_doc.py
compile.py
ignores.py
import.py Prepare ansible-test for inclusion in setup.py (#60294) 2019-08-08 16:14:19 -07:00
integration_aliases.py
pep8.py
pslint.py
pylint.py Relocate validate-modules for easier testing. (#60214) 2019-08-07 09:34:11 -07:00
rstcheck.py
sanity_docs.py
shellcheck.py
validate_modules.py
yamllint.py