summaryrefslogtreecommitdiff
path: root/pytest.py
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2010-11-24 16:17:49 +0100
committerholger krekel <holger@merlinux.eu>2010-11-24 16:17:49 +0100
commitc36b20b137d37ef433b8cc765881293b50159183 (patch)
tree234cf191e33e2a69512e72249de440350175e44b /pytest.py
parent10d4544267254a2bb881e8d54ea2436602e74d3d (diff)
downloadpytest-c36b20b137d37ef433b8cc765881293b50159183.tar.gz
allow setup_method/teardown_method to be mixed into unittest cases, reshuffle tests a bit
Diffstat (limited to 'pytest.py')
-rw-r--r--pytest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pytest.py b/pytest.py
index 1612dd640..f72c6068f 100644
--- a/pytest.py
+++ b/pytest.py
@@ -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