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/plugins/connection
Brian Coca 40d7c06fc2
connection plugins: extras fix (#83353) (#83819)
Currently we match the load name, which can be an fqcn, but most users expect the 'naked' name
Now plugins can declare that name by setting _extras_prefix property or fallback to 'non fqcn' if no extras prefix

(cherry picked from commit 718ce13673)
1 year ago
..
__init__.py Fix unit test dirs to match code under test. 9 years ago
test_connection.py Remove Python 2.x compat from unit tests (#82109) 2 years ago
test_local.py Remove Python 2.x compat from unit tests (#82109) 2 years ago
test_paramiko_ssh.py Require `from __future__ import annotations` (#81902) 2 years ago
test_psrp.py connection plugins: extras fix (#83353) (#83819) 1 year ago
test_ssh.py connection: update test coverage for SSH connection plugin (#82916) 2 years ago
test_winrm.py Avoid winrm hang on stdin write failure (#82766) 2 years ago