Adds remove list item test and updates add/create tests

This commit is contained in:
Mouse Reeve
2021-04-08 15:23:56 -07:00
parent 24685187e8
commit a7375c4c13
3 changed files with 57 additions and 16 deletions

View File

@ -9,7 +9,7 @@ from bookwyrm import models, views
# pylint: disable=too-many-public-methods
class InboxActivities(TestCase):
class InboxCreate(TestCase):
""" readthrough tests """
def setUp(self):