ansible/test
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
2021-05-06 15:09:26 -04:00
..
ansible_test
integration ansible-inventory: Handle exception in toml parsing (#74486) 2021-05-05 14:12:52 +05:30
lib/ansible_test Fix imports for the previous commit. 2021-05-05 18:56:29 -07:00
sanity Rename hacking/shippable to hacking/azp. 2021-05-05 17:21:14 -07:00
support Overhaul ansible-test container management. 2021-04-12 12:40:36 -07:00
units pause - ensure control characters are always set appropriately (#74568) 2021-05-06 15:09:26 -04:00
utils/shippable Switch incidental OS X tests to macOS. (#74564) 2021-05-04 11:46:46 -07:00