summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyramid/tests/test_router.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyramid/tests/test_router.py b/pyramid/tests/test_router.py
index 7ba4d5722..ab4fc116b 100644
--- a/pyramid/tests/test_router.py
+++ b/pyramid/tests/test_router.py
@@ -653,6 +653,7 @@ class TestRouter(unittest.TestCase):
self.assertEqual(request.matched_route.name, 'foo')
self.assertEqual(len(logger.messages), 1)
+ import pdb; pdb.set_trace()
self.assertTrue(
logger.messages[0].startswith(
"route matched for url http://localhost:8080"