[pypy-svn] r55048 - pypy/django/tests

antocuni at codespeak.net antocuni at codespeak.net
Wed May 21 11:30:46 CEST 2008


Author: antocuni
Date: Wed May 21 11:30:45 2008
New Revision: 55048

Modified:
   pypy/django/tests/conftest.py
Log:
remove pdb



Modified: pypy/django/tests/conftest.py
==============================================================================
--- pypy/django/tests/conftest.py	(original)
+++ pypy/django/tests/conftest.py	Wed May 21 11:30:45 2008
@@ -48,7 +48,6 @@
         parser = _doctest.DocTestParser()
         globs = mod.__dict__.copy()
         test = parser.get_doctest(docstring, globs, "foo", "foobar", 0)
-        import pdb;pdb.set_trace()
         runner.run(test)
         if runner.failures: 
             py.test.fail("doctest %s: %s failed out of %s" %(



More information about the Pypy-commit mailing list