summaryrefslogtreecommitdiff
path: root/tests/couch/test_command.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_command.py
parent556097ec5f6d4b805675e283ad5f4f4105442714 (diff)
Mark tests that need couch
Diffstat (limited to 'tests/couch/test_command.py')
-rw-r--r--tests/couch/test_command.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/couch/test_command.py b/tests/couch/test_command.py
index 52719065..10506e4b 100644
--- a/tests/couch/test_command.py
+++ b/tests/couch/test_command.py
@@ -1,3 +1,4 @@
+import pytest
from twisted.trial import unittest
from leap.soledad.common.couch import state as couch_state
@@ -6,6 +7,7 @@ from leap.soledad.common.l2db import errors as u1db_errors
from mock import Mock
+@pytest.mark.needs_couch
class CommandBasedDBCreationTest(unittest.TestCase):
def test_ensure_db_using_custom_command(self):