[py-svn] commit/pytest: hpk42: shift version string to _pytest directory

Bitbucket commits-noreply at bitbucket.org
Sat Mar 19 20:13:26 CET 2011


1 new changeset in pytest:

http://bitbucket.org/hpk42/pytest/changeset/b8f6abd0c27f/
changeset:   r2192:b8f6abd0c27f
user:        hpk42
date:        2011-03-19 20:13:04
summary:     shift version string to _pytest directory
affected #:  2 files (32 bytes)

--- a/_pytest/__init__.py	Sat Mar 19 17:59:07 2011 +0100
+++ b/_pytest/__init__.py	Sat Mar 19 20:13:04 2011 +0100
@@ -1,1 +1,2 @@
 #
+__version__ = '2.0.3.dev3'


--- a/pytest.py	Sat Mar 19 17:59:07 2011 +0100
+++ b/pytest.py	Sat Mar 19 20:13:04 2011 +0100
@@ -1,11 +1,11 @@
 """
 unit and functional testing with Python.
 """
-__version__ = '2.0.3.dev3'
 __all__ = ['main']
 
 from _pytest.core import main, UsageError, _preloadplugins
 from _pytest import core as cmdline
+from _pytest import __version__
 
 if __name__ == '__main__': # if run as a script or by 'python -m pytest'
     raise SystemExit(main())

Repository URL: https://bitbucket.org/hpk42/pytest/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the pytest-commit mailing list