From 7283ba180acbbd6a91592246d8f33e3ac380281a Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 7 Nov 2018 13:42:11 +0100 Subject: [PATCH] tests: remove debugging print --- tests/test_source_maarch.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_source_maarch.py b/tests/test_source_maarch.py index a41405c..2d2dcdf 100644 --- a/tests/test_source_maarch.py +++ b/tests/test_source_maarch.py @@ -42,7 +42,6 @@ class BaseMock(object): if hasattr(value, 'path'): value = getattr(self, attribute) match_decorator = urlmatch(netloc=self.netloc, path=value.path) - print value, self.netloc, '^/rest' + value.path endpoints.append(match_decorator(value)) return HTTMock(*endpoints)