summary refs log tree commit diff
path: root/tests/handlers/test_stats.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* LintingOlivier Wilkinson (reivilibre)2019-08-131-0/+2
| | | | Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>
* Fix stats tests and their expectations of the number of events in freshOlivier Wilkinson (reivilibre)2019-08-121-5/+213
| | | | | | rooms – varies depending upon room publicness. Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>
* Add initial batch of stats testsOlivier Wilkinson (reivilibre)2019-08-081-2/+343
| | | | | | | Still want to add more, concerning behaviour in the different states of the background updater completion. Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>
* Fix testsOlivier Wilkinson (reivilibre)2019-08-081-10/+26
| | | | Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>
* Run Black. (#5482)Amber Brown2019-06-201-4/+1
|
* Fix background updates to handle redactions/rejections (#5352)Erik Johnston2019-06-061-3/+59
| | | | | | | | * Fix background updates to handle redactions/rejections In background updates based on current state delta stream we need to handle that we may not have all the events (or at least that `get_events` may raise an exception).
* Room Statistics (#4338)Amber Brown2019-05-211-0/+251