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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
590
3be2a86981c2 API versioning via namespace
durandn
parents: 589
diff changeset
     1
from .v1_0.tests_renkan import *
3be2a86981c2 API versioning via namespace
durandn
parents: 589
diff changeset
     2
from .v1_0.tests_workspace import *
3be2a86981c2 API versioning via namespace
durandn
parents: 589
diff changeset
     3
from .v1_0.tests_revision import *