removed initial test lines

This commit is contained in:
2025-10-24 19:42:07 +02:00
parent c1eb2d7871
commit bf2f15fa5c

View File

@@ -1,8 +1,4 @@
from django.test import TestCase
from myapp.models import Dokument
from .models import Dokument
# Create your tests here.
class DokumentTestCase (TestCase):
def setUp(self):
Document.objects.create(name)