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> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_activity_views.py | ||
| test_counts.py | ||
| test_fixtures.py | ||
| test_stats_views.py | ||
| test_support_views.py | ||