More mocks

This commit is contained in:
Mouse Reeve
2021-09-06 14:50:33 -07:00
parent bb94995389
commit 72d5238590
20 changed files with 21 additions and 0 deletions

View File

@ -22,6 +22,7 @@ def make_date(*args):
# pylint: disable=consider-using-with
@patch("bookwyrm.suggested_users.rerank_suggestions_task.delay")
@patch("bookwyrm.activitystreams.populate_stream_task.delay")
class GoodreadsImport(TestCase):
"""importing from goodreads csv"""

View File

@ -21,6 +21,7 @@ def make_date(*args):
# pylint: disable=consider-using-with
@patch("bookwyrm.suggested_users.rerank_suggestions_task.delay")
@patch("bookwyrm.activitystreams.populate_stream_task.delay")
class LibrarythingImport(TestCase):
"""importing from librarything tsv"""