ansible/test
Matt Clay 1c64dba3c9 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
2019-09-18 17:47:56 -07:00
..
ansible_test Relocate ansible-test self tests outside package. (#61255) 2019-08-24 11:38:30 -07:00
integration Fix plugin names for collection plugins. (#60317) 2019-09-18 17:47:56 -07:00
legacy Rename Azure modules: facts -> info (#61505) 2019-08-29 17:00:45 +08:00
lib/ansible_test Add hcloud_floating_ip module (#62409) 2019-09-18 11:26:53 +02:00
sanity Fix plugin names for collection plugins. (#60317) 2019-09-18 17:47:56 -07:00
units Fix access to exception using Python 3 scoping rules (#62268) 2019-09-17 13:28:37 -04:00
utils Revert "shippable: temporary bump the timeout for Azure jobs" 2019-09-09 18:17:25 -07:00