diff --git a/.azure-pipelines/steps/run-tests-windows.yml b/.azure-pipelines/steps/run-tests-windows.yml index 34c4f772..39eaa3b7 100644 --- a/.azure-pipelines/steps/run-tests-windows.yml +++ b/.azure-pipelines/steps/run-tests-windows.yml @@ -46,7 +46,7 @@ steps: - script: | git submodule sync git submodule update --init --recursive - pipenv run pytest -ra -n 4 --junit-xml=junit/test-results.xml tests/ + pipenv run pytest -ra -n 4 --junit-xml=junit/test-results.xml --fulltrace tests/ failOnStderr: false displayName: Run integration tests env: diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e492aa9d..610953cc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -80,4 +80,4 @@ jobs: PYTHONIOENCODING: 'utf-8' GIT_SSH_COMMAND: ssh -o StrictHostKeyChecking=accept-new -o CheckHostIP=no run: | - pipenv run pytest -ra -n 4 tests + pipenv run pytest -ra -n 4 --fulltrace tests diff --git a/news/3732.trivial.rst b/news/3732.trivial.rst new file mode 100644 index 00000000..0af5e9d8 --- /dev/null +++ b/news/3732.trivial.rst @@ -0,0 +1 @@ +Red colors are restricted to error messages before aborting. diff --git a/news/4483.trivial.rst b/news/4483.trivial.rst new file mode 100644 index 00000000..d7c585d5 --- /dev/null +++ b/news/4483.trivial.rst @@ -0,0 +1 @@ +Change all occurrences of U+2026 to "..." in CLI output.