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
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
..
cli Prepare ansible-test for inclusion in setup.py (#60294) 5 years ago
completion Add CentOS 8 to the test matrix (#63649) 5 years ago
injector Additional ansible-test path fixes. (#60300) 5 years ago
playbooks PowerShell - Added coverage collector (#59009) 5 years ago
pytest/plugins Fix ansible-test pytest plugin loading. (#62119) 5 years ago
requirements Fix hcloud requirements. 5 years ago
sanity Add a sanity test for yaml to make sure we can parse all yaml 5 years ago
setup Work around ssh-keygen issue in ansible-test. (#63211) 5 years ago
ansible.cfg Update ansible-test integration config handling. (#60448) 5 years ago
coveragerc Move ansible-test coverage config to test/lib/ 5 years ago
inventory Update ansible-test collection inventory handling. (#61031) 5 years ago
pytest.ini Relocate ansible-test code. (#60147) 5 years ago
versions.py Relocate ansible-test code. (#60147) 5 years ago
virtualenvcheck.py Work around virtualenv/venv issue in ansible-test. (#62111) 5 years ago
yamlcheck.py Relocate ansible-test code. (#60147) 5 years ago