From 305318a6b2a9cbd638c6c48ce447fb228d7fe47d Mon Sep 17 00:00:00 2001 From: drebs Date: Fri, 30 Jun 2017 09:04:29 -0300 Subject: [test] mark tests that depend on couchdb server --- testing/tests/server/test_url_mapper.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testing/tests/server/test_url_mapper.py') diff --git a/testing/tests/server/test_url_mapper.py b/testing/tests/server/test_url_mapper.py index fa99cae7..a04e7593 100644 --- a/testing/tests/server/test_url_mapper.py +++ b/testing/tests/server/test_url_mapper.py @@ -17,6 +17,7 @@ """ Tests for server-related functionality. """ +import pytest from twisted.trial import unittest from uuid import uuid4 @@ -49,6 +50,7 @@ class URLMapperTestCase(unittest.TestCase): self._urlmap = URLMapper() self._dbname = 'user-%s' % self._uuid + @pytest.mark.needs_couch def test_root_authorized(self): match = self._urlmap.match('/', 'GET') self.assertIsNotNone(match) -- cgit v1.2.3