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 d10195631e
[stable-2.11] pause - ensure control characters are always set appropriately (#74568) (#74600)
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
(cherry picked from commit 55b401a3e7)

Co-authored-by: Sam Doran <sdoran@redhat.com>
4 years ago
..
action [stable-2.11] pause - ensure control characters are always set appropriately (#74568) (#74600) 4 years ago
become Migrated to community.general 5 years ago
cache Make cache adjudicator's flush call plugin flush (#70987) 4 years ago
callback Nuke _get_item() from callback, deprecated 2.11 (#70233) 4 years ago
connection finish migrating ssh plugin to config system (#73708) 4 years ago
filter Revert "Add duplicated set filter and documentation (#72729)" (#74053) 4 years ago
inventory Add a toggle for the leading separator for keyed_groups (#60882) 4 years ago
loader_fixtures Clean up unit test boilerplate. 4 years ago
lookup url lookup - set default user agent (#72324) 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