summaryrefslogtreecommitdiff
path: root/tests/couch/test_sync_target.py
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2018-06-02 09:55:44 -0300
committerdrebs <drebs@leap.se>2018-06-02 09:55:44 -0300
commit34137b6b73a33ce8a29f5a536ab366d6e19d8f7b (patch)
treee7a073bc0ec051ada798029e44b88671b158fa2b /tests/couch/test_sync_target.py
parent556097ec5f6d4b805675e283ad5f4f4105442714 (diff)
Mark tests that need couch
Diffstat (limited to 'tests/couch/test_sync_target.py')
-rw-r--r--tests/couch/test_sync_target.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/couch/test_sync_target.py b/tests/couch/test_sync_target.py
index 0370a6d1..fcbc866a 100644
--- a/tests/couch/test_sync_target.py
+++ b/tests/couch/test_sync_target.py
@@ -1,4 +1,5 @@
import json
+import pytest
from leap.soledad.common.l2db import SyncTarget
from leap.soledad.common.l2db import errors as u1db_errors
@@ -19,6 +20,7 @@ target_scenarios = [
('local', {'create_db_and_target': make_local_db_and_target}), ]
+@pytest.mark.needs_couch
class CouchBackendSyncTargetTests(
TestWithScenarios,
DatabaseBaseTests,