ansible/test/units/executor
Matt Martz 2732cde031
Support using importlib on py>=3 to avoid imp deprecation (#54883)
* Support using importlib on py>=3 to avoid imp deprecation

* Add changelog fragment

* importlib coverage for py3

* Ansiballz execute should use importlib too

* recursive module_utils finder should utilize importlib too

* don't be dumb

* Fix up units

* Clean up tests

* Prefer importlib.util in plugin loader when available

* insert the module into sys.modules

* 3 before 2 for consistency

* ci_complete

* Address importlib.util.find_spec returning None
2019-04-25 10:28:18 -05:00
..
module_common Support using importlib on py>=3 to avoid imp deprecation (#54883) 2019-04-25 10:28:18 -05:00
__init__.py
test_interpreter_discovery.py Use unicode string for auto interpreter warnings (#53671) 2019-03-12 14:16:49 +10:00
test_play_iterator.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
test_playbook_executor.py Move the arguments module into cli/ and context_objects into utils 2019-01-03 18:12:23 -08:00
test_task_executor.py Support list of dicts with omit. Fixes #45907 (#45923) 2018-11-07 13:41:22 -06:00
test_task_queue_manager_callbacks.py Move the arguments module into cli/ and context_objects into utils 2019-01-03 18:12:23 -08:00
test_task_result.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00