ansible/test/sanity/code-smell
Toshio Kuratomi b454115e9f Update test cases
* Remove cloudstack, f5, and nxos from the wildcard import whitelist
* Remove nxos and f5 from the get_exception whitelist
* Remove some files from the pep8 legacy whitelist
2017-10-09 21:41:02 -07:00
..
ansible-var-precedence-check.py Fix undefined variables, basestring usage, and some associated python3 issues 2017-07-25 15:58:23 -07:00
boilerplate.sh Add boilerplate and remove wildcard imports for openstack modules (#31461) 2017-10-09 09:56:26 -07:00
configure-remoting-ps1.sh
empty-init.sh
inappropriately-private.sh
integration-aliases.py
line-endings.sh
no-basestring.sh
no-dict-iteritems.sh
no-dict-iterkeys.sh
no-dict-itervalues.sh
no-get-exception.sh Update test cases 2017-10-09 21:41:02 -07:00
no-smart-quotes.sh Add a code-smell test for smart quotes and remove smart quotes from all files 2017-09-18 16:49:16 -07:00
no-underscore-variable.sh Add a (disabled) code-smell test for detecting _ variables 2017-08-07 11:11:31 -07:00
no-unicode-literals.sh [fix] no-unicode-literals sanity error on ansible.egg-info (#30446) 2017-09-21 12:47:24 -07:00
no-wildcard-import.sh Update test cases 2017-10-09 21:41:02 -07:00
pylint-ansible-test.sh
replace-urlopen.sh
required-and-default-attributes.sh
shebang.sh
skip.txt Add a (disabled) code-smell test for detecting _ variables 2017-08-07 11:11:31 -07:00
test-constraints.sh
use-argspec-type-path.sh Add a hack to test whether type=path should be used in a module 2017-10-09 21:15:56 -07:00
use-compat-six.sh