allow setup_class in unittest test cases

This commit is contained in:
holger krekel
2010-11-24 00:23:39 +01:00
parent 6ebd5f2900
commit 840eed28be
4 changed files with 25 additions and 3 deletions

View File

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