summaryrefslogtreecommitdiff
path: root/pytest.py
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2010-11-24 00:23:39 +0100
committerholger krekel <holger@merlinux.eu>2010-11-24 00:23:39 +0100
commit840eed28be22a52726a7c1ca5ece72f67404fc69 (patch)
tree8939ad0e7417604f07c0ac54d5f136913338d4c4 /pytest.py
parent6ebd5f29004849907374391db43daf23b6c31fc6 (diff)
downloadpytest-840eed28be22a52726a7c1ca5ece72f67404fc69.tar.gz
allow setup_class in unittest test cases
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 6f8b74c6a..d2c9120c1 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.dev35'
+__version__ = '2.0.0.dev36'
__all__ = ['main']
from _pytest.core import main, UsageError, _preloadplugins