Tests - not runnable yet.

This commit is contained in:
2025-10-23 16:35:31 +02:00
parent fe2e02934a
commit 4d1232b764

View File

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