summaryrefslogtreecommitdiff
path: root/pytest.py
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2011-03-07 18:28:45 +0100
committerholger krekel <holger@merlinux.eu>2011-03-07 18:28:45 +0100
commitf2670651b3444a87f52a450b136ec63de5a5519e (patch)
treefa0d4013e1689b5a0ca48c60dbfc05d47ba77663 /pytest.py
parent5470cadbff5c7b543a3bb4f3cbc9a5c6535c87a7 (diff)
downloadpytest-f2670651b3444a87f52a450b136ec63de5a5519e.tar.gz
half the overhead for calling a test function by introducing some caching
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 4f21ac899..8947e365e 100644
--- a/pytest.py
+++ b/pytest.py
@@ -1,7 +1,7 @@
"""
unit and functional testing with Python.
"""
-__version__ = '2.0.2.dev6'
+__version__ = '2.0.2.dev7'
__all__ = ['main']
from _pytest.core import main, UsageError, _preloadplugins