ansible/test/lib/ansible_test
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
..
_data Prepare ansible-test for inclusion in setup.py (#60294) 2019-08-08 16:14:19 -07:00
_internal Prepare ansible-test for inclusion in setup.py (#60294) 2019-08-08 16:14:19 -07:00
config Fix placement and handling of ansible-test cloud config (#60253) 2019-08-07 18:32:30 -07:00
tests Relocate validate-modules for easier testing. (#60214) 2019-08-07 09:34:11 -07:00
__init__.py