re-arrange "py.test -h" command line option grouping and update some plugin docs.

--HG--
branch : trunk
This commit is contained in:
holger krekel
2010-01-03 12:41:29 +01:00
parent 0b2d9a5520
commit d541713dca
22 changed files with 83 additions and 61 deletions

View File

@@ -52,7 +52,7 @@ def interpret(source, frame, should_fail=False):
if should_fail:
return ("(assertion failed, but when it was re-run for "
"printing intermediate values, it did not fail. Suggestions: "
"compute assert expression before the assert or use --nomagic)")
"compute assert expression before the assert or use --no-assert)")
def run(offending_line, frame=None):
if frame is None: