diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-07-20 09:20:19 +0200 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-07-20 09:20:19 +0200 |
commit | a91c6f384436c910e7f98dfbec5765026fe4e0c5 (patch) | |
tree | 99dad86dbc2acd480c6c8f621cd8904863eb1a48 /tests/__init__.py | |
parent | 30ea265c66630f7961aa957ea8448086977f7a4f (diff) | |
download | pykolab-a91c6f384436c910e7f98dfbec5765026fe4e0c5.tar.gz |
Add some functional tests, move unit tests to separate directory
Diffstat (limited to 'tests/__init__.py')
-rw-r--r-- | tests/__init__.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/__init__.py b/tests/__init__.py index b5e7094..e69de29 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,4 +0,0 @@ -import sys - -sys.path = [ '.', '..' ] + sys.path - |