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/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
7 years ago
..
ansible-var-precedence-check.py
azure-requirements.py Fix ansible-test default image. (#31966) 7 years ago
boilerplate.sh Add boilerplate and remove wildcard imports for openstack modules (#31461) 7 years ago
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) 7 years ago
no-basestring.sh
no-dict-iteritems.sh
no-dict-iterkeys.sh
no-dict-itervalues.sh
no-get-exception.sh Update test cases 7 years ago
no-smart-quotes.sh Add a code-smell test for smart quotes and remove smart quotes from all files 7 years ago
no-underscore-variable.sh Generate whitelist of current files using underscore variable and enable test 7 years ago
no-unicode-literals.sh [fix] no-unicode-literals sanity error on ansible.egg-info (#30446) 7 years ago
no-wildcard-import.sh Update test cases 7 years ago
replace-urlopen.sh
required-and-default-attributes.sh
shebang.sh
skip.txt Generate whitelist of current files using underscore variable and enable test 7 years ago
test-constraints.sh Fix ansible-test default image. (#31966) 7 years ago
use-argspec-type-path.sh Update ansible-test sanity command. (#31958) 7 years ago
use-compat-six.sh