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/units/executor
J vanBemmel ef1e01aa8b
Fix older external connection plugins without _sub_plugin declaration (#79372)
fixes https://github.com/ansible/ansible/issues/79371

* Check for sub=={} too
* Add a test case for older plugins that do not define '_sub_plugin'
* Add test for legacy plugins
10 months ago
..
module_common Remove Python `< 3.5` `selectors` fallbacks (#81872) 1 year ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
test_interpreter_discovery.py Require `from __future__ import annotations` (#81902) 1 year ago
test_play_iterator.py Remove Python 2.x compat from unit tests (#82109) 12 months ago
test_playbook_executor.py Remove Python 2.x compat from unit tests (#82109) 12 months ago
test_task_executor.py Fix older external connection plugins without _sub_plugin declaration (#79372) 10 months ago
test_task_queue_manager_callbacks.py Remove Python 2.x compat from unit tests (#82109) 12 months ago
test_task_result.py Remove Python 2.x compat from unit tests (#82109) 12 months ago