mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
optimization: Use Python to test management commands.
The original test was written in shell script which launches a new django instance for every tests. By doing it in Python, we avoid the overhead and reduce the test time to <1 second. Fixes #3620.
This commit is contained in:
@@ -39,8 +39,6 @@ run ./tools/test-js-with-node
|
||||
run ./tools/run-mypy
|
||||
run ./tools/test-backend $FORCEARG
|
||||
run ./tools/test-js-with-casper $FORCEARG
|
||||
# Not running management test since it takes 40s and thus is too slow to be worth it.
|
||||
# run ./tools/test-management
|
||||
# Not running queue worker reload tests since it's low-churn code
|
||||
# run ./tools/test-queue-worker-reload
|
||||
# Not running documentation tests since it takes 20s and only tests documentation
|
||||
|
Reference in New Issue
Block a user