From 5d1f9cbf40309548edb445512f2f950a6d207354 Mon Sep 17 00:00:00 2001 From: Bert JW Regeer Date: Sat, 26 Oct 2013 21:27:04 -0600 Subject: Bring coverage back to 100% --- pyramid/tests/test_session.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyramid/tests/test_session.py b/pyramid/tests/test_session.py index 048bf2c01..a9f70d6a0 100644 --- a/pyramid/tests/test_session.py +++ b/pyramid/tests/test_session.py @@ -382,7 +382,7 @@ class TestSignedCookieSession(SharedCookieSessionTests, unittest.TestCase): try: result = callbacks[0](request, response) - except TypeError as e: + except TypeError as e: # pragma: no cover self.fail('HMAC failed to initialize due to key length.') self.assertEqual(result, None) -- cgit v1.2.3