allow to specify prefixes starting with "_" when

customizing python_functions test discovery. (thanks Graham Horler)
This commit is contained in:
holger krekel
2012-11-28 09:23:36 +01:00
parent 1d7c71884e
commit 3d79e7060e
4 changed files with 6 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ def main():
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'],