allow to specify prefixes starting with "_" when
customizing python_functions test discovery. (thanks Graham Horler)
This commit is contained in:
2
setup.py
2
setup.py
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user