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
Matt Clay 62d03c8e75
ansible-test - Fix subprocess management. (#77638)
* 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.
2 years ago
..
ansible_test ansible-test - Move code from _data to _util. (#75495) 3 years ago
integration ansible-test - Fix subprocess management. (#77638) 2 years ago
lib/ansible_test ansible-test - Fix subprocess management. (#77638) 2 years ago
sanity ansible-test - Fix subprocess management. (#77638) 2 years ago
support Remove collections compat from controller code. 3 years ago
units ansible-test - Fix subprocess management. (#77638) 2 years ago
utils/shippable Fix Windows CI scripts. 3 years ago