Mocks redis in interaction tests
This commit is contained in:
parent
73661b9472
commit
1cf4c0d5cc
2 changed files with 18 additions and 19 deletions
|
@ -3,12 +3,10 @@ import json
|
|||
from unittest.mock import patch
|
||||
|
||||
from django.http import JsonResponse
|
||||
from django.template.response import TemplateResponse
|
||||
from django.test import TestCase
|
||||
from django.test.client import RequestFactory
|
||||
|
||||
from bookwyrm import models, views
|
||||
from bookwyrm.connectors import abstract_connector
|
||||
from bookwyrm.settings import DOMAIN
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue