ansible/test/units/executor
Nathaniel Case 3dbc03d58a
Try to load action plugin from the same collection as the module (#66701)
* Try to load network action plugin from the same collection as the module

* Alter tests to match

Just make sure the action plugin is as qualified as the module it is paired with
2020-01-31 12:49:37 -05:00
..
module_common Add mechanism for storing warnings and deprecations outside of AnsibleModule (#58993) 2020-01-28 12:12:14 -05:00
__init__.py
test_interpreter_discovery.py
test_play_iterator.py Remove empty setUp/tearDown/tearDownClass methods in test classes. 2019-11-06 08:14:29 -08:00
test_playbook_executor.py
test_task_executor.py Try to load action plugin from the same collection as the module (#66701) 2020-01-31 12:49:37 -05:00
test_task_queue_manager_callbacks.py
test_task_result.py