Adds author view

This commit is contained in:
Mouse Reeve
2021-01-13 10:04:44 -08:00
parent 4dea22bef6
commit 99abb2631e
4 changed files with 122 additions and 171 deletions

View File

@@ -10,8 +10,8 @@ from bookwyrm import forms, models, views
from bookwyrm.activitypub import ActivitypubResponse
class InteractionViews(TestCase):
''' viewing and creating statuses '''
class BookViews(TestCase):
''' books books books '''
def setUp(self):
''' we need basic test data and mocks '''
self.factory = RequestFactory()