mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 17:07:07 +00:00
tests: Optimize test-backend performance.
This optimizes test-backend by skipping webhook tests when run in default mode. Tweaked by tabbott to extend the documentation and update the CI commands.
This commit is contained in:
committed by
Tim Abbott
parent
c78c3f423c
commit
4dc7f5354d
@@ -8,7 +8,7 @@ set -x
|
||||
|
||||
./tools/lint --backend --no-gitlint --no-mypy # gitlint disabled because flaky
|
||||
./tools/test-tools
|
||||
./tools/test-backend --coverage
|
||||
./tools/test-backend --coverage --include-webhooks
|
||||
|
||||
# We run mypy after the backend tests so we get output from the
|
||||
# backend tests, which tend to uncover more serious problems, first.
|
||||
|
||||
Reference in New Issue
Block a user