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
Matt Clay b1ba759862 Fix plugin names for collection plugins. (#60317)
* Fix plugin names for collection plugins.

Add an integration test to verify plugin __name__ is correct for collection plugins.

* Fix collection loader PEP 302 compliance.

The `find_module` function now returns `None` if the module cannot be found. Previously it would return `self` for modules which did not exist.

Returning a loader from `find_module` which cannot find the module will result in import errors on Python 2.x when using implicit relative imports.

* add changelog

* sanity/units/merge fixes

(cherry picked from commit 1c64dba3c9)
5 years ago
..
ansible_test Relocate ansible-test self tests outside package. (#61255) 5 years ago
integration Fix plugin names for collection plugins. (#60317) 5 years ago
legacy Rename Azure modules: facts -> info (#61505) 5 years ago
lib/ansible_test [stable-2.9] Backport default-test-container updates. (#62473) 5 years ago
sanity Fix plugin names for collection plugins. (#60317) 5 years ago
units gather_facts action plugin: Fix loading network facts modules for smart gathering (#59856) 5 years ago
utils [stable-2.9] Increase unit test timeout to account for long image download times (#61717) 5 years ago