another round of mocks
This commit is contained in:
parent
59400511c9
commit
2653458e56
11 changed files with 38 additions and 61 deletions
|
@ -10,6 +10,8 @@ from bookwyrm import models
|
|||
@patch("bookwyrm.suggested_users.rerank_suggestions_task.delay")
|
||||
@patch("bookwyrm.activitystreams.populate_stream_task.delay")
|
||||
@patch("bookwyrm.models.activitypub_mixin.broadcast_task.delay")
|
||||
@patch("bookwyrm.activitystreams.add_book_statuses_task.delay")
|
||||
@patch("bookwyrm.activitystreams.remove_book_statuses_task.delay")
|
||||
class ReadThrough(TestCase):
|
||||
"""readthrough tests"""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue