From 401da2e7587397f8fff544b214db85d759510c2e Mon Sep 17 00:00:00 2001 From: Frost Ming Date: Thu, 29 Oct 2020 10:23:56 +0800 Subject: [PATCH] Add news entries --- .azure-pipelines/steps/run-tests-windows.yml | 2 +- .github/workflows/ci.yaml | 2 +- news/3732.trivial.rst | 1 + news/4483.trivial.rst | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 news/3732.trivial.rst create mode 100644 news/4483.trivial.rst 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.