You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/lib/ansible_test/_data
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
5 years ago
..
cli Prepare ansible-test for inclusion in setup.py (#60294) 5 years ago
completion Use new version of default test image that contains Python 3.8.0b3 (#60139) 5 years ago
injector Additional ansible-test path fixes. (#60300) 5 years ago
pytest/plugins Relocate ansible-test code. (#60147) 5 years ago
requirements Update units to pass on macOS (#60435) 5 years ago
sanity add subdir support to collection loading (#60682) 5 years ago
setup Support windows-integration on collections. (#60984) 5 years ago
ansible.cfg Update ansible-test integration config handling. (#60448) 5 years ago
coveragerc Move ansible-test coverage config to test/lib/ 5 years ago
pytest.ini Relocate ansible-test code. (#60147) 5 years ago
tox.ini Relocate ansible-test code. (#60147) 5 years ago
versions.py Relocate ansible-test code. (#60147) 5 years ago
yamlcheck.py Relocate ansible-test code. (#60147) 5 years ago