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
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
4 years ago
..
cli Prepare ansible-test for inclusion in setup.py (#60294) 5 years ago
completion [ansible-test] add freebsd/13.0 remote (#74328) 4 years ago
injector [ansible-test] nuke virtualenv-isolated.sh 4 years ago
legacy_collection_loader Abstract away libyaml details into yaml utils (#72607) 4 years ago
playbooks Overhaul ansible-test container management. 4 years ago
pytest/plugins Split out module/module_utils unit test execution. 4 years ago
requirements Add ansible-test constraint for decorator. 4 years ago
sanity fix module schema (#74295) 4 years ago
setup Overhaul ansible-test container management. 4 years ago
ansible.cfg Update ansible-test integration config handling. (#60448) 5 years ago
collection_detail.py Add deprecated removed_in_version and deprecated_aliases version tests (#66920) 5 years ago
coveragerc Move ansible-test coverage config to test/lib/ 5 years ago
cryptography-constraints.txt Fix cryptography constraints in ansible-test. (#72914) 4 years ago
inventory Update ansible-test collection inventory handling. (#61031) 5 years ago
pytest.ini Remove em dash from the pytest configuration file 4 years ago
quiet_pip.py Add PyPI proxy container for tests on Python 2.6. 4 years ago
sslcheck.py Fix cryptography constraints in ansible-test. (#72914) 4 years ago
versions.py Ignore warnings in ansible-test environment check. 5 years ago
virtualenvcheck.py Clean up code in ansible-test. (#73379) 4 years ago
yamlcheck.py Relocate ansible-test code. (#60147) 5 years ago