diff --git a/lostplaces/lostplaces_app/tests/__init__.py b/lostplaces/lostplaces_app/tests/__init__.py index c06a02a..aed04b2 100644 --- a/lostplaces/lostplaces_app/tests/__init__.py +++ b/lostplaces/lostplaces_app/tests/__init__.py @@ -1,11 +1,2 @@ from django.test import TestCase -from django.contrib.auth.models import User - -class BaseData(TestCase): - - @classmethod - def setUpTestData(cls): - User.objects.create_user( - username='testpeter', - password='Develop123' - ).save() \ No newline at end of file +from django.contrib.auth.models import User \ No newline at end of file