src/cm/tests/__init__.py
author raph
Fri, 09 Jul 2010 10:05:29 +0200
changeset 287 fc5ed157ebfe
parent 103 61fd17f9ab78
child 305 df2c3202fd8e
permissions -rw-r--r--
add api: basic auth / unit tests / online doc (based on django-piston)

from cm.tests.test_notifications import *
#from cm.tests.test_converters import *
from cm.tests.test_spannifier import *
from cm.tests.test_comment_positioning import *
from cm.tests.test_structure import *
from cm.tests.test_history import *
from cm.tests.test_security import *
from cm.tests.test_activity import *
from cm.tests.test_api import *