1
0
Fork 0

Invite perms checks

This commit is contained in:
Mouse Reeve 2022-09-19 10:26:40 -07:00
parent 1e988cae6c
commit 9d8d85ebc1
3 changed files with 17 additions and 3 deletions

View file

@ -14,6 +14,7 @@ from bookwyrm.tests.validate_html import validate_html
class InviteViews(TestCase):
"""every response to a get request, html or json"""
# pylint: disable=invalid-name
def setUp(self):
"""we need basic test data and mocks"""
self.factory = RequestFactory()