From e44e0eb31caa2904532a0f4f1307ab99f70fde0b Mon Sep 17 00:00:00 2001 From: Oliver Zander Date: Thu, 21 Aug 2025 10:09:15 +0200 Subject: [PATCH] renamed model test file accordingly --- input/tests/{__init__.py => models.py} | 2 -- 1 file changed, 2 deletions(-) rename input/tests/{__init__.py => models.py} (98%) diff --git a/input/tests/__init__.py b/input/tests/models.py similarity index 98% rename from input/tests/__init__.py rename to input/tests/models.py index 628691e..80e6d86 100755 --- a/input/tests/__init__.py +++ b/input/tests/models.py @@ -4,8 +4,6 @@ from django.test import TestCase from input.models import HonoraryCertificate, Project, Account, Literature -from .views import ViewTestCase - class ModelTestCase(TestCase):