ansible/test/lib/ansible_test/_data/sanity/code-smell
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
..
action-plugin-docs.json
action-plugin-docs.py
empty-init.json
empty-init.py
future-import-boilerplate.json
future-import-boilerplate.py Relax boilerplate sanity tests. 2019-08-09 18:49:57 -07:00
line-endings.json
line-endings.py
metaclass-boilerplate.json
metaclass-boilerplate.py Relax boilerplate sanity tests. 2019-08-09 18:49:57 -07:00
no-assert.json
no-assert.py
no-basestring.json
no-basestring.py
no-dict-iteritems.json
no-dict-iteritems.py
no-dict-iterkeys.json
no-dict-iterkeys.py
no-dict-itervalues.json
no-dict-itervalues.py
no-get-exception.json
no-get-exception.py
no-illegal-filenames.json
no-illegal-filenames.py
no-main-display.json
no-main-display.py
no-smart-quotes.json
no-smart-quotes.py
no-unicode-literals.json
no-unicode-literals.py
no-unwanted-files.json
no-unwanted-files.py
replace-urlopen.json
replace-urlopen.py
required-and-default-attributes.json
required-and-default-attributes.py
shebang.json
shebang.py add subdir support to collection loading (#60682) 2019-08-21 10:45:04 +01:00
symlinks.json
symlinks.py
use-argspec-type-path.json
use-argspec-type-path.py
use-compat-six.json
use-compat-six.py