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/units
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
7 years ago
..
cli ansible-galaxy - define multiple galaxy instances in ansible.cfg (#60553) 7 years ago
compat Move unit test compat code out of `lib/ansible/`. (#46996) 7 years ago
config fixes to config manager (#58530) 7 years ago
contrib Fix vmware_inventory unit tests so they run. 7 years ago
errors Add better error when k=v syntax is used with YAML in tasks (#41754) 7 years ago
executor Fix unit tests to work with pytest >= 5.0 (#60246) 7 years ago
galaxy ansible-galaxy - define multiple galaxy instances in ansible.cfg (#60553) 7 years ago
inventory_test_data/group_vars Merge branch 'v2_final' into devel_switch_v2 11 years ago
mock Move unit test compat code out of `lib/ansible/`. (#46996) 7 years ago
module_utils ansible-galaxy - define multiple galaxy instances in ansible.cfg (#60553) 7 years ago
modules Fortinet's new module for fortios_switch_controller_switch_interface_tag (#60788) 7 years ago
parsing various mod_args fixes (#60290) 7 years ago
playbook unit tests: remove unused imports (#60462) 7 years ago
plugins missing_required_lib: add information how to change Python interpreter (#60736) 7 years ago
regex Add toggle to control invalid character substitution in group names (#52748) 7 years ago
template unit tests: remove unused imports (#60462) 7 years ago
utils add subdir support to collection loading (#60682) 7 years ago
vars Fix inventory cache interface (#50446) 7 years ago
__init__.py Add empty-init code-smell script. (#18406) 9 years ago
test_constants.py 1st part of ansible config, adds ansible-config to view/manage configs (#12797) 9 years ago
test_context.py Unit tests: remove unused imports (#59740) 7 years ago