Files
2024-08-27 20:33:44 +02:00

10 lines
236 B
Python

from django.test import TransactionTestCase
from wagtail.test.utils import WagtailTestUtils
class AdminAPITestCase(WagtailTestUtils, TransactionTestCase):
def setUp(self):
super().setUp()
self.user = self.login()