summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2013-01-24 19:29:43 -0200
committerdrebs <drebs@leap.se>2013-01-24 19:29:43 -0200
commit874cba714c6c3c22afbba605eb9d9fe9c8eaf7bc (patch)
tree0157eb969b6bb0c6cd25473f6a81d0c3caf835aa /tests
parent81d495ba54528ce60cc242be4cbd9e4203efd75c (diff)
Couch backend passes all tests in u1db test_sync.
Diffstat (limited to 'tests')
-rw-r--r--tests/test_couch.py18
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/test_couch.py b/tests/test_couch.py
index 9e2f3909..6c3d7daf 100644
--- a/tests/test_couch.py
+++ b/tests/test_couch.py
@@ -197,23 +197,5 @@ class CouchDatabaseSyncTests(test_sync.DatabaseSyncTests):
db.delete_database()
super(CouchDatabaseSyncTests, self).tearDown()
- # The following tests use indexing, so we eliminate them for now because
- # indexing is still not implemented in couch backend.
-
- def test_sync_pulls_changes(self):
- pass
-
- def test_sync_sees_remote_conflicted(self):
- pass
-
- def test_sync_sees_remote_delete_conflicted(self):
- pass
-
- def test_sync_local_race_conflicted(self):
- pass
-
- def test_sync_propagates_deletes(self):
- pass
-
load_tests = tests.load_with_scenarios