aboutsummaryrefslogtreecommitdiffstats
path: root/tests/base.py (unfollow)
Commit message (Collapse)AuthorLines
2021-08-03CodeSnippets: move __init__ to the top of the class definitionGravatar MarkKoz-11/+11
2021-08-03CodeSnippets: refactor on_messageGravatar MarkKoz-35/+38
Reduce nesting and code duplication.
2021-08-03Update Sentry SDK to 1.3Gravatar MarkKoz-78/+131
2021-08-03Correctly delete from cacheGravatar Boris Muratov-1/+2
* Fixed wrong condition in rescheduler which made the eventual consistency not work. * Mods now correctly removed from cache on role reapplies.