foerderbarometer/input/tests/__init__.py

4 lines
135 B
Python
Raw Normal View History

2025-10-21 13:35:24 +00:00
from .admin import AdminTestCase
2025-08-21 08:10:17 +00:00
from .models import ModelTestCase
2025-08-21 08:42:55 +00:00
from .views import AuthenticatedViewTestCase, AnonymousViewTestCase