Files
old-saburly-wagtail-web/env/lib/python3.10/site-packages/wagtail/admin/tests/api/utils.py

10 lines
236 B
Python
Raw Normal View History

2024-08-27 20:33:44 +02:00
from django.test import TransactionTestCase
from wagtail.test.utils import WagtailTestUtils
class AdminAPITestCase(WagtailTestUtils, TransactionTestCase):
def setUp(self):
super().setUp()
self.user = self.login()