summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-09-24 12:29:56 -0400
committerChris McDonough <chrism@plope.com>2011-09-24 12:29:56 -0400
commit105cb1123ca93dd25f0a6a22aa0e7288155f404c (patch)
treed099c5800a018524d33f785bfa2579c18cd1c4f1
parentff6c115215f147201db3e8dc33c03a9331a3c82b (diff)
downloadpyramid-105cb1123ca93dd25f0a6a22aa0e7288155f404c.tar.gz
pyramid-105cb1123ca93dd25f0a6a22aa0e7288155f404c.tar.bz2
pyramid-105cb1123ca93dd25f0a6a22aa0e7288155f404c.zip
Revert "fix mako tests on py3"
This reverts commit ff6c115215f147201db3e8dc33c03a9331a3c82b.
-rw-r--r--pyramid/tests/test_router.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyramid/tests/test_router.py b/pyramid/tests/test_router.py
index ab4fc116b..7ba4d5722 100644
--- a/pyramid/tests/test_router.py
+++ b/pyramid/tests/test_router.py
@@ -653,7 +653,6 @@ 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"