introduce --durations=N showing slowest test executions

This commit is contained in:
holger krekel
2011-11-08 17:20:56 +00:00
parent 974e4e3a9d
commit 3b9fd3abd8
10 changed files with 152 additions and 5 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.1.4.dev3',
version='2.2.0.dev1',
url='http://pytest.org',
license='MIT license',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],