diff options
Diffstat (limited to 'pykolab/tests/__init__.py')
-rw-r--r-- | pykolab/tests/__init__.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pykolab/tests/__init__.py b/pykolab/tests/__init__.py index e4b200c..e33a306 100644 --- a/pykolab/tests/__init__.py +++ b/pykolab/tests/__init__.py @@ -27,11 +27,11 @@ import pykolab.conf class Tests(object): def __init__(self): - print "yeah i'm here" - def run(self): - print "and now i start running" + self.plugins = dict() + self.tests = dict() + def run(self): # Create 3 users, john, joe and max # Create the default groupware folders for each user # Mark each of them as groupware folders (annotations, in python, how?) |