summaryrefslogtreecommitdiff
path: root/tests/test_tweens.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_tweens.py')
-rw-r--r--tests/test_tweens.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_tweens.py b/tests/test_tweens.py
index ab9b8b0cd..054f4360d 100644
--- a/tests/test_tweens.py
+++ b/tests/test_tweens.py
@@ -69,7 +69,7 @@ class Test_excview_tween_factory(unittest.TestCase):
def test_it_reraises_on_mismatch(self):
from pyramid.request import Request
- def excview(request):
+ def excview(request): # pragma: no cover
pass
self.config.add_view(excview, context=ValueError, request_method='GET')