fix #128 show tracebacks for all failures and errors that haven't beed PDB-debugged

This commit is contained in:
holger krekel
2010-11-23 16:10:47 +01:00
parent 695bffc83d
commit 4fa7a2e8ce
7 changed files with 31 additions and 12 deletions

View File

@@ -5,7 +5,7 @@ see http://pytest.org for documentation and details
(c) Holger Krekel and others, 2004-2010
"""
__version__ = '2.0.0.dev32'
__version__ = '2.0.0.dev33'
__all__ = ['main']
from _pytest.core import main, UsageError, _preloadplugins