1
0
Fork 0

Fixes editing links

This commit is contained in:
Mouse Reeve 2022-11-25 08:28:45 -08:00
parent 9dd0e22a47
commit 81ab08aaa3
4 changed files with 39 additions and 16 deletions

View file

@ -15,6 +15,7 @@ from bookwyrm.tests.validate_html import validate_html
class LinkViews(TestCase):
"""books books books"""
# pylint: disable=invalid-name
def setUp(self):
"""we need basic test data and mocks"""
self.factory = RequestFactory()