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/lib/ansible_test/_data/sanity
Toshio Kuratomi ece306b201 Add a sanity test for yaml to make sure we can parse all yaml
Check that all yaml we ship is parsable by the pyyaml c backend.  Since
Ansible uses Pyyaml for docs and playbooks, if the yaml files aren't
parsable, they will error out if they were used.

Warn and skip yamllint if libyaml backend is not present

Ignore new errors in examples until someone can fix them
5 years ago
..
code-smell Fix paths in sanity tests. 5 years ago
compile
import Set alter_sys=True instead of False to address backwards incompat (#64670) 5 years ago
pep8
pslint
pylint Sanity checks: test for print statement (#65219) 5 years ago
rstcheck Autointerpreter table (#60148) 5 years ago
shellcheck Fix sanity tests based on newer version of shellcheck (#60423) 5 years ago
validate-modules Sanity checks: make sure that `required` in argument spec coincides with documentation (#65437) 5 years ago
yamllint Add a sanity test for yaml to make sure we can parse all yaml 5 years ago