1 new commit in pytest:
https://bitbucket.org/hpk42/pytest/changeset/16f68fdd8180/ changeset: 16f68fdd8180 user: hpk42 date: 2012-11-28 09:23:36 summary: allow to specify prefixes starting with "_" when customizing python_functions test discovery. (thanks Graham Horler) affected #: 4 files diff -r 54a6130223e48a6c424dc74d1f72c6793d4ece18 -r 16f68fdd818016a198a47d30a859030eec5c9a7f AUTHORS --- a/AUTHORS +++ b/AUTHORS @@ -23,3 +23,4 @@ Bob Ippolito Christian Tismer Daniel Nuri +Graham Horler diff -r 54a6130223e48a6c424dc74d1f72c6793d4ece18 -r 16f68fdd818016a198a47d30a859030eec5c9a7f CHANGELOG --- a/CHANGELOG +++ b/CHANGELOG @@ -10,6 +10,9 @@ - fix bug where using capsys with pytest.set_trace() in a test function would break when looking at capsys.readouterr() +- allow to specify prefixes starting with "_" when + customizing python_functions test discovery. (thanks Graham Horler) + Changes between 2.3.3 and 2.3.4 ----------------------------------- diff -r 54a6130223e48a6c424dc74d1f72c6793d4ece18 -r 16f68fdd818016a198a47d30a859030eec5c9a7f _pytest/__init__.py --- a/_pytest/__init__.py +++ b/_pytest/__init__.py @@ -1,2 +1,2 @@ # -__version__ = '2.4.5dev2' +__version__ = '2.4.5dev3' diff -r 54a6130223e48a6c424dc74d1f72c6793d4ece18 -r 16f68fdd818016a198a47d30a859030eec5c9a7f setup.py --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ name='pytest', description='py.test: simple powerful testing with Python', long_description = long_description, - version='2.4.5dev2', + version='2.4.5dev3', url='http://pytest.org', license='MIT license', platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'], 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. _______________________________________________ py-svn mailing list py-svn@codespeak.net http://codespeak.net/mailman/listinfo/py-svn