introduce @pytest.mark.setup decorated function,

extend newexamples.txt and draft a V4 resources API doc.
This commit is contained in:
holger krekel
2012-07-24 12:10:04 +02:00
parent d4a487c725
commit fa61927c6b
7 changed files with 410 additions and 288 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.0.dev3',
version='2.3.0.dev4',
url='http://pytest.org',
license='MIT license',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],