ansible/test/lib/ansible_test/_data
Matt Martz bf7d4ce260
Abstract away libyaml details into yaml utils (#72607)
* Add yaml utils file and use it

* Linting fix and missing import

* Abstract a few more details

* Parser imports

* Don't use CSafeDumper in AnsibleDumper

* Move and use convert_yaml_objects_to_native when libyaml is present

* yaml_load and yaml_dump, instead of safe_*

* re-use HAS_LIBYAML from utils.yaml

* add changelog fragment

* Address recent changes

* Use representer instead of recursive type converter

* Restore needed import

* move yaml utils to module_utils

* Properly guard imports

* Update from_yaml(_all)? to handle text wrappers with CSafeLoader

* Use yaml utils for legacy_collection_loader

* Add HAS_YAML, and ignore pylint issue

* oops

* GPL->BSD
2021-04-21 16:47:03 -05:00
..
cli
completion [ansible-test] add freebsd/13.0 remote (#74328) 2021-04-21 15:13:41 -05:00
injector [ansible-test] nuke virtualenv-isolated.sh 2021-04-12 15:09:18 -07:00
legacy_collection_loader Abstract away libyaml details into yaml utils (#72607) 2021-04-21 16:47:03 -05:00
playbooks Overhaul ansible-test container management. 2021-04-12 12:40:36 -07:00
pytest/plugins Split out module/module_utils unit test execution. 2021-04-19 15:44:58 -07:00
requirements Add ansible-test constraint for decorator. 2021-04-05 11:56:38 -07:00
sanity fix module schema (#74295) 2021-04-20 10:02:39 -04:00
setup Overhaul ansible-test container management. 2021-04-12 12:40:36 -07:00
ansible.cfg
collection_detail.py Add deprecated removed_in_version and deprecated_aliases version tests (#66920) 2020-05-13 13:58:09 -07:00
coveragerc
cryptography-constraints.txt Fix cryptography constraints in ansible-test. (#72914) 2020-12-09 10:46:05 -08:00
inventory
pytest.ini Remove em dash from the pytest configuration file 2020-09-14 09:02:48 -07:00
quiet_pip.py Add PyPI proxy container for tests on Python 2.6. 2021-04-08 15:47:23 -07:00
sslcheck.py Fix cryptography constraints in ansible-test. (#72914) 2020-12-09 10:46:05 -08:00
versions.py
virtualenvcheck.py Clean up code in ansible-test. (#73379) 2021-01-26 14:02:08 -08:00
yamlcheck.py