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
Jordan Borean 8190a2ad7a
Avoid winrm hang on stdin write failure (#82766) (#82781)
If the connection plugin fails to write the data to run to stdin we will
only attempt to get the output with one operation attempt. If this times
out we will consider the command to have failed and raise an exception
instead of forever attempting to get the output.

(cherry picked from commit 942424e10b)
2 years ago
..
action Replace `reboot_command` integration test with unit tests (#78956) (#81266) 3 years ago
become better handling of sudo flag replacement (#76389) 4 years ago
cache Fix pointless statements in unit tests (#79940) 3 years ago
callback Use unittest.mock instead of mock. (#77883) 4 years ago
connection Avoid winrm hang on stdin write failure (#82766) (#82781) 2 years ago
filter Clean up unused imports in unit tests (#79893) 3 years ago
inventory Use unittest.mock instead of mock. (#77883) 4 years ago
loader_fixtures Clean up unit test boilerplate. 6 years ago
lookup password lookup, handle ident properly when saved (#80251) 3 years ago
shell powershell - fix nested CLIXML parser (#71412) 5 years ago
strategy Clean up unused imports in unit tests (#79893) 3 years ago
__init__.py Add empty-init code-smell script. (#18406) 9 years ago
test_plugins.py add ansible_name/ansible_aliases attrs to plugin objects (#78700) 3 years ago