allow setup_method/teardown_method to be mixed into unittest cases, reshuffle tests a bit

This commit is contained in:
holger krekel
2010-11-24 16:17:49 +01:00
parent 10d4544267
commit c36b20b137
5 changed files with 76 additions and 62 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.dev37'
__version__ = '2.0.0.dev38'
__all__ = ['main']
from _pytest.core import main, UsageError, _preloadplugins