fix unittest emulation: TestCase.runTest is now ignored

if there are test* methods.
This commit is contained in:
holger krekel
2012-10-22 16:25:09 +02:00
parent 05c86aeb28
commit aa79c0a4b9
5 changed files with 22 additions and 7 deletions
+1 -1
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.2.dev7',
version='2.3.2.dev8',
url='http://pytest.org',
license='MIT license',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],