mirror of
https://github.com/zulip/zulip.git
synced 2026-06-30 21:11:04 +08:00
This adds a helper based on testing patterns of using the "queries_captured" context manager with "assert_length" to check the number of queries executed for preventing performance regression. It explains the rationale of checking the query count through an "AssertionError" and prints the queries captured as assert_length does, but with a format optimized for displaying the queries in a more readable manner. Signed-off-by: Zixuan James Li <p359101898@gmail.com> |
||
|---|---|---|
| .. | ||
| continuous-integration.md | ||
| index.md | ||
| linters.md | ||
| manual-testing.md | ||
| mypy.md | ||
| philosophy.md | ||
| testing-with-django.md | ||
| testing-with-node.md | ||
| testing-with-puppeteer.md | ||
| testing.md | ||
| typescript.md | ||