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/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
6 years ago
..
action-plugin-docs.json Relocate ansible-test code. (#60147) 6 years ago
action-plugin-docs.py Relocate ansible-test code. (#60147) 6 years ago
empty-init.json Relocate ansible-test code. (#60147) 6 years ago
empty-init.py Relocate ansible-test code. (#60147) 6 years ago
future-import-boilerplate.json Relocate ansible-test code. (#60147) 6 years ago
future-import-boilerplate.py Relax boilerplate sanity tests. 6 years ago
line-endings.json Relocate ansible-test code. (#60147) 6 years ago
line-endings.py Relocate ansible-test code. (#60147) 6 years ago
metaclass-boilerplate.json Relocate ansible-test code. (#60147) 6 years ago
metaclass-boilerplate.py Relax boilerplate sanity tests. 6 years ago
no-assert.json Relocate ansible-test code. (#60147) 6 years ago
no-assert.py Relocate ansible-test code. (#60147) 6 years ago
no-basestring.json Relocate ansible-test code. (#60147) 6 years ago
no-basestring.py Relocate ansible-test code. (#60147) 6 years ago
no-dict-iteritems.json Relocate ansible-test code. (#60147) 6 years ago
no-dict-iteritems.py Relocate ansible-test code. (#60147) 6 years ago
no-dict-iterkeys.json Relocate ansible-test code. (#60147) 6 years ago
no-dict-iterkeys.py Relocate ansible-test code. (#60147) 6 years ago
no-dict-itervalues.json Relocate ansible-test code. (#60147) 6 years ago
no-dict-itervalues.py Relocate ansible-test code. (#60147) 6 years ago
no-get-exception.json Relocate ansible-test code. (#60147) 6 years ago
no-get-exception.py Relocate ansible-test code. (#60147) 6 years ago
no-illegal-filenames.json Relocate ansible-test code. (#60147) 6 years ago
no-illegal-filenames.py Relocate ansible-test code. (#60147) 6 years ago
no-main-display.json Relocate ansible-test code. (#60147) 6 years ago
no-main-display.py Relocate ansible-test code. (#60147) 6 years ago
no-smart-quotes.json Relocate ansible-test code. (#60147) 6 years ago
no-smart-quotes.py Relocate ansible-test code. (#60147) 6 years ago
no-unicode-literals.json Relocate ansible-test code. (#60147) 6 years ago
no-unicode-literals.py Relocate ansible-test code. (#60147) 6 years ago
no-unwanted-files.json Relocate ansible-test code. (#60147) 6 years ago
no-unwanted-files.py Relocate ansible-test code. (#60147) 6 years ago
replace-urlopen.json Relocate ansible-test code. (#60147) 6 years ago
replace-urlopen.py Relocate ansible-test code. (#60147) 6 years ago
required-and-default-attributes.json Relocate ansible-test code. (#60147) 6 years ago
required-and-default-attributes.py Relocate ansible-test code. (#60147) 6 years ago
shebang.json Relocate ansible-test code. (#60147) 6 years ago
shebang.py add subdir support to collection loading (#60682) 6 years ago
symlinks.json Relocate ansible-test code. (#60147) 6 years ago
symlinks.py Relocate ansible-test code. (#60147) 6 years ago
use-argspec-type-path.json Relocate ansible-test code. (#60147) 6 years ago
use-argspec-type-path.py Relocate ansible-test code. (#60147) 6 years ago
use-compat-six.json Relocate ansible-test code. (#60147) 6 years ago
use-compat-six.py Relocate ansible-test code. (#60147) 6 years ago