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):