diff options
| author | Chris McDonough <chrism@agendaless.com> | 2010-07-30 01:21:32 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2010-07-30 01:21:32 +0000 |
| commit | 8acf88789221b0a726b9bb56936e4531a4b628a8 (patch) | |
| tree | b5b8ed4201bc4e89bbc8460f65424d20e68b2e99 | |
| parent | 523132fe530f3ed19316c569351b6d0e3539c5e0 (diff) | |
| download | pyramid-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.py | 1 |
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('/', '/', {}) |
