ansible/test/lib/ansible_test
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
2019-12-20 10:29:03 -08:00
..
_data Add a sanity test for yaml to make sure we can parse all yaml 2019-12-20 10:29:03 -08:00
_internal Add a sanity test for yaml to make sure we can parse all yaml 2019-12-20 10:29:03 -08:00
config Clean up ansible-test inventory templates. (#60321) 2019-08-09 11:06:21 -07:00
__init__.py