ansible/test/lib/ansible_test/_data/sanity
Matt Davis bfa004930a
add subdir support to collection loading (#60682)
* add subdir support to collection loading

* collections may now load plugins from subdirs under a plugin type or roles dir, eg `ns.coll.subdir1.subdir2.myrole`->ns.coll's roles/subdir1/subdir2/myrole, `ns.coll.subdir1.mymodule`->ns.coll's plugins/modules/subdir1/mymodule.py
* centralize parsing/validation in AnsibleCollectionRef class
* fix issues loading Jinja2 plugins from multiple sources 
* resolves #59462, #59890,

* sanity test fixes

* string fixes

* add changelog entry
2019-08-21 10:45:04 +01:00
..
code-smell add subdir support to collection loading (#60682) 2019-08-21 10:45:04 +01:00
compile
import Prepare ansible-test for inclusion in setup.py (#60294) 2019-08-08 16:14:19 -07:00
pep8
pslint
pylint Fix ansible-test TypeVar type annotations. 2019-08-09 17:29:41 -07:00
rstcheck Autointerpreter table (#60148) 2019-08-08 13:56:07 -05:00
shellcheck Fix sanity tests based on newer version of shellcheck (#60423) 2019-08-12 16:24:28 -04:00
validate-modules validate-modules: support collections (#60247) 2019-08-16 14:28:34 -05:00
yamllint