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 fe349a1ccd
ansible-test - Enhance the shell command. (#77734)
* ansible-test - Add shell --export option.

* ansible-test - Support cmd args for shell command.

Also allow shell to be used without a valid layout if no delegation is required.

* ansible-test - Improve stderr/stdout consistency.

By default all output goes to stdout only, with the exception of a fatal error.

When using any of the following, all output defaults to stderr instead:

* sanity with the `--lint` option -- sanity messages to stdout
* coverage analyze -- output to stdout if the output file is `/dev/stdout`
* shell -- shell output to stdout

This fixes issues two main issues:

* Unpredictable output order when using both info and error/warning messages.
* Mixing of lint/command/shell output with bootstrapping messages on stdout.

* ansible-test - Add changelog fragment.
3 years ago
..
__init__.py ansible-test - Enhance the shell command. (#77734) 3 years ago
ansible_doc.py Extend validate-modules to also validate plugins (#71734) 3 years ago
bin_symlinks.py ansible-test - Create injector scripts at runtime. (#75761) 3 years ago
compile.py ansible-test - Add `--prime-venvs` option. 3 years ago
ignores.py ansible-test - Code cleanup and refactoring. (#77169) 3 years ago
import.py ansible-test - Code cleanup and refactoring. (#77169) 3 years ago
integration_aliases.py ansible-test - Code cleanup and refactoring. (#77169) 3 years ago
mypy.py Update mypy test. Fix type hints for Python 3.9. 3 years ago
pep8.py ansible-test - Code cleanup and refactoring. (#77169) 3 years ago
pslint.py ansible-test - split controller/target testing (#75605) 3 years ago
pylint.py ansible-test - Fix subprocess management. (#77641) 3 years ago
sanity_docs.py ansible-test - split controller/target testing (#75605) 3 years ago
shellcheck.py ansible-test - split controller/target testing (#75605) 3 years ago
validate_modules.py ansible-test - Fix subprocess management. (#77641) 3 years ago
yamllint.py ansible-test - split controller/target testing (#75605) 3 years ago