mirror of
https://github.com/zulip/zulip.git
synced 2026-06-18 21:01:52 +08:00
Refactor the current analytics tests into the following classes: * TestUpdateAnalyticsCounts, which will eventually test the management command, backfilling, what happens when new tests are added, etc. * TestProcessCountStat, which tests the ins and outs of propagating the value of a single stat up through the various *Count tables. * TestAggregates, which tests the do_aggregate_* methods. * TestXByYQueries, which tests the count_X_by_Y_query SQL snippets. * TestCountStats, which has tests for individual CountStats. This commit does not change the name or contents of any individual test. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_counts.py | ||
| test_interval.py | ||