ansible/test/lib/ansible_test/_data/sanity
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.
2019-10-30 09:48:21 -07:00
..
code-smell Fix paths in sanity tests. 2019-08-28 20:06:22 -07:00
compile
import Fix various import sanity test issues. 2019-10-22 23:00:35 -07:00
pep8
pslint
pylint Use .cfg extension for pylint configs. 2019-08-24 07:25:19 -07:00
rstcheck
shellcheck
validate-modules Fixes for validate-modules import handling. (#63932) 2019-10-30 09:48:21 -07:00
yamllint