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 Clay e9f8a34dce
Fixes for validate-modules import handling. (#63932)
* Fix validate-modules support for collections.

- Relative imports now work correctly.
- The collection loader is now used.
- Modules are invoked as `__main__`.

* Remove obsolete validate-modules code ignores.

* Handle sys.exit in validate-modules.

* Add check for AnsibleModule initialization.

* Remove `missing-module-utils-import` check.

This check does not support relative imports or collections.

Instead of trying to overhaul the test, we can rely on the `ansible-module-not-initialized` test instead.

* Fix badly named error codes with `c#` in the name.

The `#` conflicts with comments in the sanity test ignore files.

* Add changelog entries.
5 years ago
..
cli
completion Update default-test-container to 1.10.1. 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 Fixes for validate-modules import handling. (#63932) 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
inventory Update ansible-test collection inventory handling. (#61031) 5 years ago
pytest.ini
tox.ini
versions.py
virtualenvcheck.py Work around virtualenv/venv issue in ansible-test. (#62111) 5 years ago
yamlcheck.py