From 257b10310dbe2d4337cf85de1f94c3cae3363476 Mon Sep 17 00:00:00 2001 From: Oliver Zander Date: Thu, 21 Aug 2025 10:10:17 +0200 Subject: [PATCH] readded test module file --- input/tests/__init__.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 input/tests/__init__.py diff --git a/input/tests/__init__.py b/input/tests/__init__.py new file mode 100644 index 0000000..da17d30 --- /dev/null +++ b/input/tests/__init__.py @@ -0,0 +1,2 @@ +from .models import ModelTestCase +from .views import ViewTestCase