From 8acf88789221b0a726b9bb56936e4531a4b628a8 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 30 Jul 2010 01:21:32 +0000 Subject: the dangers of leaving uncommitted changes in your working dir --- repoze/bfg/tests/test_urldispatch.py | 1 - 1 file changed, 1 deletion(-) diff --git a/repoze/bfg/tests/test_urldispatch.py b/repoze/bfg/tests/test_urldispatch.py index 89454e63b..b551d9e80 100644 --- a/repoze/bfg/tests/test_urldispatch.py +++ b/repoze/bfg/tests/test_urldispatch.py @@ -248,7 +248,6 @@ class TestCompileRouteMatchFunctional(unittest.TestCase): self.matches('/:x', '', None) self.matches('/:x', '/', None) self.matches('/abc/:def', '/abc/', None) - import pdb; pdb.set_trace() self.matches('/abc/:def:baz', '/abc/bleep', None) # bad pattern self.matches('', '/', {}) self.matches('/', '/', {}) -- cgit v1.2.3