[py-svn] r61965 - py/trunk/py/test

hpk at codespeak.net hpk at codespeak.net
Tue Feb 17 12:33:16 CET 2009


Author: hpk
Date: Tue Feb 17 12:33:15 2009
New Revision: 61965

Modified:
   py/trunk/py/test/defaultconftest.py
Log:
correct help string


Modified: py/trunk/py/test/defaultconftest.py
==============================================================================
--- py/trunk/py/test/defaultconftest.py	(original)
+++ py/trunk/py/test/defaultconftest.py	Tue Feb 17 12:33:15 2009
@@ -42,8 +42,8 @@
         Option('-k',
                action="store", dest="keyword", default='',
                help="only run test items matching the given "
-                    "comma separated keywords.  precede keyword with '-' to negate. "
-                    "Terminate with ':' to treat a match as a signal to run all subsequent tests. "
+                    "space separated keywords.  precede a keyword with '-' to negate. "
+                    "Terminate the expression with ':' to treat a match as a signal to run all subsequent tests. "
          ),
         Option('-l', '--showlocals',
                action="store_true", dest="showlocals", default=False,



More information about the pytest-commit mailing list