introduce a new -m mark_expression option

This commit is contained in:
holger krekel
2011-11-11 23:02:06 +00:00
parent bc8ee95e72
commit 36c42b5c15
9 changed files with 114 additions and 31 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.2.0.dev6',
version='2.2.0.dev7',
url='http://pytest.org',
license='MIT license',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],