完整性测试
在测试 Ansible Collections 时,以下完整性测试可用作 ansible-test sanity 的 --test 选项。您也可以通过运行 ansible-test sanity --list-tests --allow-disabled 来查看此列表。
关于如何运行这些测试的信息,请参阅 完整性测试指南。
- action-plugin-docs
- ansible-doc
- changelog
- compile
- empty-init
- ignores
- import
- line-endings
- no-assert
- no-basestring
- no-dict-iteritems
- no-dict-iterkeys
- no-dict-itervalues
- no-get-exception
- no-illegal-filenames
- no-main-display
- no-smart-quotes
- no-unicode-literals
- pep8
- pslint
- pylint
- replace-urlopen
- runtime-metadata
- shebang
- shellcheck
- symlinks
- use-argspec-type-path
- use-compat-six
- validate-modules
- yamllint
在测试 Ansible Core 时,还提供额外的测试