readded test module file

This commit is contained in:
Oliver Zander 2025-08-21 10:10:17 +02:00 committed by Tobias Herre
parent e44e0eb31c
commit 945550b8f6
1 changed files with 2 additions and 0 deletions

2
input/tests/__init__.py Normal file
View File

@ -0,0 +1,2 @@
from .models import ModelTestCase
from .views import ViewTestCase