mirror of https://github.com/ansible/ansible.git
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.
* 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 |
5 years ago | |
|---|---|---|
| .. | ||
| _vendor | 6 years ago | |
| ansible_test | 5 years ago | |
| cli | 5 years ago | |
| compat | 7 years ago | |
| config | 5 years ago | |
| errors | 5 years ago | |
| executor | 5 years ago | |
| galaxy | 5 years ago | |
| inventory | 6 years ago | |
| inventory_test_data/group_vars | 11 years ago | |
| mock | 5 years ago | |
| module_utils | 5 years ago | |
| modules | 5 years ago | |
| parsing | 5 years ago | |
| playbook | 5 years ago | |
| plugins | 5 years ago | |
| regex | 7 years ago | |
| template | 6 years ago | |
| utils | 5 years ago | |
| vars | 6 years ago | |
| __init__.py | 9 years ago | |
| requirements.txt | 6 years ago | |
| test_constants.py | 6 years ago | |
| test_context.py | 6 years ago | |