Changelog entry for ansible-test sanity fixes.

This commit is contained in:
Matt Clay 2019-10-22 23:04:49 -07:00
parent 92ccdeac31
commit 0923ed56c7

View file

@ -0,0 +1,5 @@
bugfixes:
- ansible-test import sanity test now properly handles relative imports.
- ansible-test import sanity test now properly invokes Ansible modules as scripts.
- ansible-test import sanity test now consistently reports warnings as errors.
- ansible-test import sanity test now consistently reports errors against the file being tested.