diff options
author | drebs <drebs@leap.se> | 2013-02-06 18:01:58 -0200 |
---|---|---|
committer | drebs <drebs@leap.se> | 2013-02-06 18:03:44 -0200 |
commit | 8b9aebd6bfe95b3b6f781116910db6340eda6b95 (patch) | |
tree | 3a48cc3141fca0e9b0daf8b988d577cbd4144b41 /tests/test_couch.py | |
parent | c1be293ab0ad258b1febdd11a03bab105ae83739 (diff) |
SQLCipher syncs using LeapSyncTarget.
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 b5d6378c..a9b2f39e 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 |