diff options
author | drebs <drebs@leap.se> | 2017-06-30 09:04:29 -0300 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-07-07 20:59:51 +0200 |
commit | 305318a6b2a9cbd638c6c48ce447fb228d7fe47d (patch) | |
tree | f31ce5be7312fa592604f51af48b3e59c23acde7 /testing/tests/client | |
parent | ab297c4efe10c70949fac5384a63cbf553ba5da9 (diff) |
[test] mark tests that depend on couchdb server
Diffstat (limited to 'testing/tests/client')
-rw-r--r-- | testing/tests/client/test_deprecated_crypto.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/tests/client/test_deprecated_crypto.py b/testing/tests/client/test_deprecated_crypto.py index cdebcb3e..939a2003 100644 --- a/testing/tests/client/test_deprecated_crypto.py +++ b/testing/tests/client/test_deprecated_crypto.py @@ -1,4 +1,5 @@ import json +import pytest from pytest import inlineCallbacks from six.moves.urllib.parse import urljoin @@ -40,6 +41,7 @@ class DeprecatedCryptoTest(SoledadWithCouchServerMixin, TestCaseWithServer): def make_app_with_state(state): return make_token_soledad_app(state) + @pytest.mark.needs_couch @inlineCallbacks def test_touch_updates_remote_representation(self): self.startTwistedServer() |