fix issue217 - to support @mock.patch with pytest funcarg-fixtures, also split out python integration tests into python/integration.py and fix nose/mark tests

This commit is contained in:
holger krekel
2012-11-06 11:04:11 +01:00
parent f203401964
commit dba2a8bc64
9 changed files with 136 additions and 67 deletions

View File

@@ -24,7 +24,7 @@ def main():
name='pytest',
description='py.test: simple powerful testing with Python',
long_description = long_description,
version='2.3.3.dev3',
version='2.3.3.dev4',
url='http://pytest.org',
license='MIT license',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],