From 874cba714c6c3c22afbba605eb9d9fe9c8eaf7bc Mon Sep 17 00:00:00 2001 From: drebs Date: Thu, 24 Jan 2013 19:29:43 -0200 Subject: Couch backend passes all tests in u1db test_sync. --- tests/test_couch.py | 18 ------------------ 1 file changed, 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 -- cgit v1.2.3