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 Migrated to community.general 5 years ago
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 Revert "Add duplicated set filter and documentation (#72729)" (#74053) 4 years ago
inventory constructed - Add keyed_groups suboptions 'default_value' and 'trailing_separator' (#74005) 4 years ago
loader_fixtures Clean up unit test boilerplate. 4 years ago
lookup All lookups ported to config system (#74108) 4 years ago
shell powershell - fix nested CLIXML parser (#71412) 4 years ago
strategy Temporarily disable strategy units (#74048) 4 years ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
test_plugins.py plugin loader: return collection name; ansible-doc: handle ansible.builtin correctly (#70026) 4 years ago