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
Alan Rominger b0d9deeae3
Fix ansible-test error in community.aws (#70507)
* Fix ansible-test error in community.aws

* Add changelog entry for fix

* Change check from None to string_types

* Update changelogs/fragments/70507-validate-null-author.yaml

clarify wording "or a list of strings"

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update test/lib/ansible_test/_data/sanity/validate-modules/validate_modules/schema.py

clarify wording - single string or not specified valid

Co-authored-by: Felix Fontein <felix@fontein.de>

* Do not fail but return None when given outside list

Co-authored-by: Felix Fontein <felix@fontein.de>
4 years ago
..
cli Prepare ansible-test for inclusion in setup.py (#60294) 5 years ago
completion Update ansible-test default test containers. 4 years ago
injector Code cleanup in ansible-test. 4 years ago
playbooks Internally redirect win modules to collection name (#68317) 5 years ago
pytest/plugins config: singular ANSIBLE_COLLECTIONS_PATH (#70007) 4 years ago
requirements Add pyparsing constraint to ansible-test. 4 years ago
sanity Fix ansible-test error in community.aws (#70507) 4 years ago
setup Pin ansible-test requirements for RHEL. 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) 4 years ago
coveragerc Move ansible-test coverage config to test/lib/ 5 years ago
cryptography-constraints.txt Fix ansible-test requirements installation. 5 years ago
inventory Update ansible-test collection inventory handling. (#61031) 5 years ago
pytest.ini Explicitly set junit_family=xunit1 @ pytest config 5 years ago
quiet_pip.py Fix ansible-test pip filter on Fedora 32. 4 years ago
versions.py Ignore warnings in ansible-test environment check. 5 years ago
virtualenvcheck.py Work around virtualenv/venv issue in ansible-test. (#62111) 5 years ago
yamlcheck.py