ansible/test/sanity/code-smell
Matt Martz 99d4f5bab4 Remove uses of assert in production code (#32079)
* Remove uses of assert in production code

* Fix assertion

* Add code smell test for assertions, currently limited to lib/ansible

* Fix assertion

* Add docs for no-assert

* Remove new assert from enos

* Fix assert in module_utils.connection
2017-11-13 11:51:18 -05:00
..
ansible-var-precedence-check.py
azure-requirements.py Fix ansible-test default image. (#31966) 2017-10-20 08:48:01 -07:00
boilerplate.sh
configure-remoting-ps1.sh
empty-init.sh
inappropriately-private.sh
integration-aliases.py
line-endings.sh
no-assert.py Remove uses of assert in production code (#32079) 2017-11-13 11:51:18 -05:00
no-basestring.sh
no-dict-iteritems.sh
no-dict-iterkeys.sh
no-dict-itervalues.sh
no-get-exception.sh
no-smart-quotes.sh
no-underscore-variable.sh Generate whitelist of current files using underscore variable and enable test 2017-11-08 09:32:58 -08:00
no-unicode-literals.sh
no-wildcard-import.sh
replace-urlopen.sh
required-and-default-attributes.sh
shebang.sh
skip.txt Generate whitelist of current files using underscore variable and enable test 2017-11-08 09:32:58 -08:00
test-constraints.sh Fix ansible-test default image. (#31966) 2017-10-20 08:48:01 -07:00
use-argspec-type-path.sh Update ansible-test sanity command. (#31958) 2017-10-26 00:21:46 -07:00
use-compat-six.sh