Removed obosolete code
This commit is contained in:
parent
4ee7373b3f
commit
c3401e732f
@ -1,11 +1,2 @@
|
|||||||
from django.test import TestCase
|
from django.test import TestCase
|
||||||
from django.contrib.auth.models import User
|
from django.contrib.auth.models import User
|
||||||
|
|
||||||
class BaseData(TestCase):
|
|
||||||
|
|
||||||
@classmethod
|
|
||||||
def setUpTestData(cls):
|
|
||||||
User.objects.create_user(
|
|
||||||
username='testpeter',
|
|
||||||
password='Develop123'
|
|
||||||
).save()
|
|
Loading…
Reference in New Issue
Block a user