[py-svn] r61864 - py/trunk/py

getxsick at codespeak.net getxsick at codespeak.net
Sat Feb 14 03:07:22 CET 2009


Author: getxsick
Date: Sat Feb 14 03:07:20 2009
New Revision: 61864

Modified:
   py/trunk/py/conftest.py
Log:
remove unnecessary bracket from the help message

Modified: py/trunk/py/conftest.py
==============================================================================
--- py/trunk/py/conftest.py	(original)
+++ py/trunk/py/conftest.py	Sat Feb 14 03:07:20 2009
@@ -35,7 +35,7 @@
                help="relative path to doc output location (relative from py/)"), 
         Option('', '--runslowtests',
                action="store_true", dest="runslowtests", default=False,
-               help="run slow tests)"),
+               help="run slow tests"),
     )
 
 dist_rsync_roots = ['.']



More information about the pytest-commit mailing list