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
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>
5 years ago
..
ansible_test Relocate ansible-test self tests outside package. (#61255) 6 years ago
integration Role argspec: allow new argument spec file (#74582) (#74656) 5 years ago
lib/ansible_test [stable-2.11] CI and compat fixes for Jinja2 >= 3.0 (#74666) 5 years ago
sanity [stable-2.11] CI and compat fixes for Jinja2 >= 3.0 (#74666) 5 years ago
support module compat for py3.8+ controller (#73423) 5 years ago
units [stable-2.11] pause - ensure control characters are always set appropriately (#74568) (#74600) 5 years ago
utils/shippable [stable-2.11] Remove obsolete Shippable specific scripts. 5 years ago