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/lib/ansible_test/_util/controller/sanity/code-smell
Matt Clay 5c2d830dea
ansible-test - Fix subprocess management. (#77641)
* 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 ansible-test - Clean up future boilerplate. (#76874) 4 years ago
action-plugin-docs.json
action-plugin-docs.py ansible-test - Clean up future boilerplate. (#76874) 4 years ago
changelog.json
changelog.py ansible-test - Fix subprocess management. (#77641) 4 years ago
empty-init.json
empty-init.py ansible-test - Clean up future boilerplate. (#76874) 4 years ago
future-import-boilerplate.json
future-import-boilerplate.py ansible-test - Clean up future boilerplate. (#76874) 4 years ago
line-endings.json
line-endings.py ansible-test - Clean up future boilerplate. (#76874) 4 years ago
metaclass-boilerplate.json
metaclass-boilerplate.py ansible-test - Clean up future boilerplate. (#76874) 4 years ago
no-assert.json
no-assert.py ansible-test - Clean up future boilerplate. (#76874) 4 years ago
no-basestring.json
no-basestring.py ansible-test - Clean up future boilerplate. (#76874) 4 years ago
no-dict-iteritems.json
no-dict-iteritems.py ansible-test - Clean up future boilerplate. (#76874) 4 years ago
no-dict-iterkeys.json
no-dict-iterkeys.py ansible-test - Clean up future boilerplate. (#76874) 4 years ago
no-dict-itervalues.json
no-dict-itervalues.py ansible-test - Clean up future boilerplate. (#76874) 4 years ago
no-get-exception.json
no-get-exception.py ansible-test - Clean up future boilerplate. (#76874) 4 years ago
no-illegal-filenames.json
no-illegal-filenames.py ansible-test - Clean up future boilerplate. (#76874) 4 years ago
no-main-display.json
no-main-display.py ansible-test - Clean up future boilerplate. (#76874) 4 years ago
no-smart-quotes.json
no-smart-quotes.py ansible-test - Clean up future boilerplate. (#76874) 4 years ago
no-unicode-literals.json
no-unicode-literals.py ansible-test - Clean up future boilerplate. (#76874) 4 years ago
replace-urlopen.json
replace-urlopen.py ansible-test - Clean up future boilerplate. (#76874) 4 years ago
runtime-metadata.json
runtime-metadata.py ansible-test - Clean up future boilerplate. (#76874) 4 years ago
shebang.json
shebang.py ansible-test - Clean up future boilerplate. (#76874) 4 years ago
symlinks.json
symlinks.py ansible-test - Clean up future boilerplate. (#76874) 4 years ago
use-argspec-type-path.json
use-argspec-type-path.py ansible-test - Clean up future boilerplate. (#76874) 4 years ago
use-compat-six.json
use-compat-six.py ansible-test - Clean up future boilerplate. (#76874) 4 years ago