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
Sam Doran 55b401a3e7
pause - ensure control characters are always set appropriately (#74568)
* pause - ensure control characters are always set appropriately

On some systems, curses.tigetstr() returns None, which does not work as a control character.

* Add unit tests

* Sort imports

* Skip on older Python

This is an action plugin and only runs on the controller, so no need to test of Python 2. Making
the import hackery work on Python 2 would required some more work which I am not sure is
worth it since we are moving away from Python 2 support on the controller.

* Make the tests work on Python 2 and 3
3 years ago
..
action pause - ensure control characters are always set appropriately (#74568) 3 years ago
become
cache Fix BaseFileCacheModule#keys to respect prefix (#72789) 3 years ago
callback Fix missing delegate display (#74370) 3 years ago
connection paramiko_ssh - mark connection as connected when successful (#74459) 3 years ago
filter
inventory constructed - Add keyed_groups suboptions 'default_value' and 'trailing_separator' (#74005) 4 years ago
loader_fixtures
lookup All lookups ported to config system (#74108) 4 years ago
shell
strategy
__init__.py
test_plugins.py