src/cm/tests/__init__.py
changeset 0 40c8f766c9b8
child 103 61fd17f9ab78
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/cm/tests/__init__.py	Mon Nov 23 15:14:29 2009 +0100
@@ -0,0 +1,8 @@
+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 *