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/docs/docsite/rst/dev_guide/testing/sanity
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
8 years ago
..
ansible-doc.rst
ansible-var-precedence-check.rst updated plugin docs (#30490) 8 years ago
azure-requirements.rst Fix ansible-test default image. (#31966) 8 years ago
boilerplate.rst
configure-remoting-ps1.rst
empty-init.rst
import.rst
integration-aliases.rst
line-endings.rst
no-assert.rst Remove uses of assert in production code (#32079) 8 years ago
no-basestring.rst
no-dict-iteritems.rst
no-dict-iterkeys.rst
no-dict-itervalues.rst
no-get-exception.rst
no-smart-quotes.rst Add a code-smell test for smart quotes and remove smart quotes from all files 8 years ago
no-underscore-variable.rst Add a (disabled) code-smell test for detecting _ variables 9 years ago
no-unicode-literals.rst Remove use of unicode_literals as it is an anti-pattern 9 years ago
no-wildcard-import.rst Roadmap updates and docs fix. (#28287) 9 years ago
pep8.rst Fix documentation references. 9 years ago
pylint-ansible-test.rst
pylint.rst
replace-urlopen.rst
required-and-default-attributes.rst
rstcheck.rst
sanity-docs.rst
shebang.rst
shellcheck.rst
test-constraints.rst
use-argspec-type-path.rst Add a hack to test whether type=path should be used in a module 8 years ago
use-compat-six.rst
validate-modules.rst Fix documentation references. 9 years ago
yamllint.rst