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 | |
|---|---|---|
| .. | ||
| changelog | 4 years ago | |
| action-plugin-docs.json | 4 years ago | |
| action-plugin-docs.py | 4 years ago | |
| changelog.json | 4 years ago | |
| changelog.py | 4 years ago | |
| empty-init.json | 4 years ago | |
| empty-init.py | 4 years ago | |
| future-import-boilerplate.json | 4 years ago | |
| future-import-boilerplate.py | 4 years ago | |
| line-endings.json | 4 years ago | |
| line-endings.py | 4 years ago | |
| metaclass-boilerplate.json | 4 years ago | |
| metaclass-boilerplate.py | 4 years ago | |
| no-assert.json | 4 years ago | |
| no-assert.py | 4 years ago | |
| no-basestring.json | 4 years ago | |
| no-basestring.py | 4 years ago | |
| no-dict-iteritems.json | 4 years ago | |
| no-dict-iteritems.py | 4 years ago | |
| no-dict-iterkeys.json | 4 years ago | |
| no-dict-iterkeys.py | 4 years ago | |
| no-dict-itervalues.json | 4 years ago | |
| no-dict-itervalues.py | 4 years ago | |
| no-get-exception.json | 4 years ago | |
| no-get-exception.py | 4 years ago | |
| no-illegal-filenames.json | 4 years ago | |
| no-illegal-filenames.py | 4 years ago | |
| no-main-display.json | 4 years ago | |
| no-main-display.py | 4 years ago | |
| no-smart-quotes.json | 4 years ago | |
| no-smart-quotes.py | 4 years ago | |
| no-unicode-literals.json | 4 years ago | |
| no-unicode-literals.py | 4 years ago | |
| replace-urlopen.json | 4 years ago | |
| replace-urlopen.py | 4 years ago | |
| runtime-metadata.json | 4 years ago | |
| runtime-metadata.py | 4 years ago | |
| shebang.json | 4 years ago | |
| shebang.py | 4 years ago | |
| symlinks.json | 4 years ago | |
| symlinks.py | 4 years ago | |
| use-argspec-type-path.json | 4 years ago | |
| use-argspec-type-path.py | 4 years ago | |
| use-compat-six.json | 4 years ago | |
| use-compat-six.py | 4 years ago | |