lib.itmens/catalog/common/tests.py
2024-07-13 18:16:44 -04:00

5 lines
111 B
Python

from django.test import TestCase as DjangoTestCase
class TestCase(DjangoTestCase):
databases = "__all__"