Tests - not runnable yet.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
from django.test import TestCase
|
from django.test import TestCase
|
||||||
|
from myapp.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