TrilbyTestCase descends from KepiTestCase

main
Marnanel Thurman 2023-09-22 18:18:39 +00:00
rodzic 94309cc77d
commit c8a5b5308b
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -4,7 +4,8 @@
# Copyright (c) 2018-2021 Marnanel Thurman.
# Licensed under the GNU Public License v2.
from django.test import TestCase, Client
from django.test import Client
from kepi.kepi.testing import KepiTestCase
from rest_framework.test import force_authenticate, APIClient
from kepi.trilby_api.models import *
from django.conf import settings
@ -65,7 +66,7 @@ STATUS_EXPECTED = {
'pinned': False,
}
class TrilbyTestCase(TestCase):
class TrilbyTestCase(KepiTestCase):
def setUp(self):