From c3401e732fdbf150a13140a73d645ff53c60fe85 Mon Sep 17 00:00:00 2001 From: reverend Date: Sat, 12 Sep 2020 11:01:24 +0200 Subject: [PATCH] Removed obosolete code --- lostplaces/lostplaces_app/tests/__init__.py | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) 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