diff options
author | drebs <drebs@leap.se> | 2013-02-06 20:05:50 -0200 |
---|---|---|
committer | drebs <drebs@leap.se> | 2013-02-06 20:05:50 -0200 |
commit | bc6d05f8333ee775aa373817e2ece6323c62186f (patch) | |
tree | e7ec5eb02de6d0f0eb0f77ef139527c8a9268d9c /tests/test_couch.py | |
parent | 4e058b62589defe7a15d633a20b17bed75484d56 (diff) | |
parent | ce322fe3c12af877f9d7d40a6a3ccc4001fdf2b6 (diff) |
Merge branch 'feature/soledad-api' of ssh://code.leap.se/leap_client into feature/soledad-api
Diffstat (limited to 'tests/test_couch.py')
-rw-r--r-- | tests/test_couch.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_couch.py b/tests/test_couch.py index 6eb5501c..55bcf442 100644 --- a/tests/test_couch.py +++ b/tests/test_couch.py @@ -27,6 +27,8 @@ import time import unittest +# from: https://github.com/smcq/paisley/blob/master/paisley/test/util.py +# TODO: include license of above project. class CouchDBWrapper(object): """ Wrapper for external CouchDB instance which is started and stopped for |