Add news entries

This commit is contained in:
Frost Ming
2020-10-29 10:23:56 +08:00
parent 72b571bd06
commit 401da2e758
4 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -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
+1
View File
@@ -0,0 +1 @@
Red colors are restricted to error messages before aborting.
+1
View File
@@ -0,0 +1 @@
Change all occurrences of U+2026 to "..." in CLI output.