1
0
Fork 0
Commit graph

5 commits

Author SHA1 Message Date
9d502f5ee2
Use setUpTestData() to speed up tests
Pylint's `bad-classmethod-argument` is disabled for each definition
to avoid rewriting the method bodies just to rename `self` → `cls`.
This can be done gradually, as the setUpTestData methods are modified
along the way.
2023-12-11 19:40:30 -03:00
23698dafe5 Change get_audience to return list of user IDs
This will make it simpler to implement various optimizations.
2023-03-09 00:50:24 -05:00
0c193b6ce1 ActivityStream mocks 2021-12-09 20:33:11 -08:00
e6a251fdad Updates mocks across tests 2021-11-12 10:07:38 -08:00
d147c6ac2f Separate tests into more files 2021-09-07 11:13:18 -07:00