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.
* Run code-smell sanity tests in UTF-8 Mode. * Update subprocess use in sanity test programs. * Use raw_command instead of run_command with always=True set. * Add more capture=True usage. * Don't expose stdin to subprocesses. * Capture more output. Warn on retry. * Add more captures. * Capture coverage cli output. * Capture windows and network host checks. * Be explicit about interactive usage. * Use a shell for non-captured, non-interactive subprocesses. * Add integration test to assert no TTY. * Add unit test to assert no TTY. * Require blocking stdin/stdout/stderr. * Use subprocess.run in ansible-core sanity tests. * Remove unused arg. * Be explicit with subprocess.run check=False. * Add changelog. * Use a Python subprocess instead of a shell. * Use InternalError instead of Exception. * Require capture argument. * Check for invalid raw_command arguments. * Removed pointless communicate=True usage. * Relocate stdout w/o capture check. * Use threads instead of a subprocess for IO. |
4 years ago | |
|---|---|---|
| .. | ||
| _vendor | 4 years ago | |
| ansible_test | 5 years ago | |
| cli | 4 years ago | |
| compat | 4 years ago | |
| config | 4 years ago | |
| errors | 4 years ago | |
| executor | 4 years ago | |
| galaxy | 4 years ago | |
| inventory | 6 years ago | |
| inventory_test_data/group_vars | 11 years ago | |
| mock | 4 years ago | |
| module_utils | 4 years ago | |
| modules | 4 years ago | |
| parsing | 4 years ago | |
| playbook | 4 years ago | |
| plugins | 4 years ago | |
| regex | 7 years ago | |
| template | 4 years ago | |
| utils | 4 years ago | |
| vars | 4 years ago | |
| __init__.py | 9 years ago | |
| requirements.txt | 4 years ago | |
| test_constants.py | 6 years ago | |
| test_context.py | 6 years ago | |
| test_no_tty.py | 4 years ago | |