diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-07-18 19:11:27 +0200 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-07-18 19:11:27 +0200 |
commit | 30ea265c66630f7961aa957ea8448086977f7a4f (patch) | |
tree | 9d6d7a05174c803bc04a49272d5c397deb6c0ef4 /tests/functional/test_wap_client/__init__.py | |
parent | cdb841b97a6e0a563c9227e08c9001d58acf2658 (diff) | |
download | pykolab-30ea265c66630f7961aa957ea8448086977f7a4f.tar.gz |
Add some tests for the client-side of the WAP API.
Diffstat (limited to 'tests/functional/test_wap_client/__init__.py')
-rw-r--r-- | tests/functional/test_wap_client/__init__.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/functional/test_wap_client/__init__.py b/tests/functional/test_wap_client/__init__.py new file mode 100644 index 0000000..d7bf27f --- /dev/null +++ b/tests/functional/test_wap_client/__init__.py @@ -0,0 +1,6 @@ +import pykolab + +def setup_package(): + conf = pykolab.getConf() + conf.finalize_conf(fatal=False) + |