server/python/django2/renkanmanager/tests/__init__.py
author durandn
Tue, 02 Feb 2016 16:21:20 +0100
changeset 589 0ae11aa255a3
parent 588 server/python2/django/renkanmanager/tests/__init__.py@95536fa18d0d
child 590 3be2a86981c2
permissions -rw-r--r--
Moved python2/django into a django2 folder for consistency + clarified serializers fields name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
588
95536fa18d0d Minor adjustements to properly interact with Renkan client
durandn
parents: 587
diff changeset
     1
from .tests_renkan import *
95536fa18d0d Minor adjustements to properly interact with Renkan client
durandn
parents: 587
diff changeset
     2
from .tests_workspace import *
95536fa18d0d Minor adjustements to properly interact with Renkan client
durandn
parents: 587
diff changeset
     3
from .tests_revision import *