src/cm/tests/__init__.py
author Simon Descarpentries <sid1@sopinspace.com>
Fri, 05 Aug 2011 17:12:15 +0200
changeset 373 f6fe14eb51bc
parent 305 df2c3202fd8e
permissions -rw-r--r--
Add a title attribute on comment scopes to indicate the number of comments in the scope. Also ensure that the last c-count-x defined color class is set even if there are more than 25 comments in the scope.

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_registration import *
from cm.tests.test_api import *