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/_internal/commands/sanity
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
..
__init__.py ansible-test - Fix subprocess management. (#77641) 4 years ago
ansible_doc.py Extend validate-modules to also validate plugins (#71734) 4 years ago
bin_symlinks.py ansible-test - Create injector scripts at runtime. (#75761) 4 years ago
compile.py ansible-test - Add `--prime-venvs` option. 4 years ago
ignores.py ansible-test - Code cleanup and refactoring. (#77169) 4 years ago
import.py ansible-test - Code cleanup and refactoring. (#77169) 4 years ago
integration_aliases.py ansible-test - Code cleanup and refactoring. (#77169) 4 years ago
mypy.py Add find_spec and exec_module to RestrictedModuleLoader (#76427) 4 years ago
pep8.py ansible-test - Code cleanup and refactoring. (#77169) 4 years ago
pslint.py ansible-test - split controller/target testing (#75605) 4 years ago
pylint.py ansible-test - Fix subprocess management. (#77641) 4 years ago
sanity_docs.py ansible-test - split controller/target testing (#75605) 4 years ago
shellcheck.py ansible-test - split controller/target testing (#75605) 4 years ago
validate_modules.py ansible-test - Fix subprocess management. (#77641) 4 years ago
yamllint.py ansible-test - split controller/target testing (#75605) 4 years ago