server/python/django2/renkanmanager/tests/__init__.py
author durandn
Tue, 03 May 2016 14:32:28 +0200
changeset 610 b9edc1c1538a
parent 590 3be2a86981c2
permissions -rw-r--r--
reworked views and serializers to pass and take into account the "validation timestamp" to the model + refactored models to have a content validation method + adapted tests

from .v1_0.tests_renkan import *
from .v1_0.tests_workspace import *
from .v1_0.tests_revision import *