removed initial test lines
This commit is contained in:
@@ -1,8 +1,4 @@
|
|||||||
from django.test import TestCase
|
from django.test import TestCase
|
||||||
from myapp.models import Dokument
|
from .models import Dokument
|
||||||
|
|
||||||
# Create your tests here.
|
# Create your tests here.
|
||||||
|
|
||||||
class DokumentTestCase (TestCase):
|
|
||||||
def setUp(self):
|
|
||||||
Document.objects.create(name)
|
|
||||||
Reference in New Issue
Block a user