diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2010-10-23 00:10:30 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2010-10-23 00:10:30 +0100 |
commit | 416ee1d06b67b68cd4d50415c2cb2d04b41c6df1 (patch) | |
tree | dea66931f105236490d1f6771397e763e10db852 /pykolab/tests | |
parent | f5e907e62f1e0d5c756603523ede3002c032b7b0 (diff) | |
download | pykolab-416ee1d06b67b68cd4d50415c2cb2d04b41c6df1.tar.gz |
Let's not print status information any longer, but instead indicate what would be doing here
Diffstat (limited to 'pykolab/tests')
-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?) |