summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2010-07-30 01:21:32 +0000
committerChris McDonough <chrism@agendaless.com>2010-07-30 01:21:32 +0000
commit8acf88789221b0a726b9bb56936e4531a4b628a8 (patch)
treeb5b8ed4201bc4e89bbc8460f65424d20e68b2e99
parent523132fe530f3ed19316c569351b6d0e3539c5e0 (diff)
downloadpyramid-8acf88789221b0a726b9bb56936e4531a4b628a8.tar.gz
pyramid-8acf88789221b0a726b9bb56936e4531a4b628a8.tar.bz2
pyramid-8acf88789221b0a726b9bb56936e4531a4b628a8.zip
the dangers of leaving uncommitted changes in your working dir
-rw-r--r--repoze/bfg/tests/test_urldispatch.py1
1 files changed, 0 insertions, 1 deletions
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('/', '/', {})