fix and improve error reporting for parametrizing funcargs (originally reported by antlong)

This commit is contained in:
holger krekel
2011-03-05 12:11:35 +01:00
parent fadd1a2313
commit 318e8a404b
4 changed files with 34 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
"""
unit and functional testing with Python.
"""
__version__ = '2.0.2.dev2'
__version__ = '2.0.2.dev3'
__all__ = ['main']
from _pytest.core import main, UsageError, _preloadplugins