summaryrefslogtreecommitdiff
path: root/pytest.py
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2011-03-16 16:36:18 +0100
committerholger krekel <holger@merlinux.eu>2011-03-16 16:36:18 +0100
commited6d2537bc08e052fcc2fd0084bbf8bb8f50f4ac (patch)
tree39bbdd2b23587d8c9950aaa6553465ff0ee2bb01 /pytest.py
parenta9f1f26a39d782d3ffc7a28ac18697eafe8c5601 (diff)
downloadpytest-ed6d2537bc08e052fcc2fd0084bbf8bb8f50f4ac.tar.gz
fix issue33 - no collection error for classes prefixed "test" deriving from object
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 37dd2e0b9..90757b93c 100644
--- a/pytest.py
+++ b/pytest.py
@@ -1,7 +1,7 @@
"""
unit and functional testing with Python.
"""
-__version__ = '2.0.3.dev1'
+__version__ = '2.0.3.dev2'
__all__ = ['main']
from _pytest.core import main, UsageError, _preloadplugins