fix and test "-rP" option to show xpass-test ids
--HG-- branch : trunk
This commit is contained in:
@@ -234,7 +234,7 @@ def pytest_terminal_summary(terminalreporter):
|
||||
for char in tr.reportchars:
|
||||
if char == "x":
|
||||
show_xfailed(terminalreporter, lines)
|
||||
elif char == "X":
|
||||
elif char == "P":
|
||||
show_xpassed(terminalreporter, lines)
|
||||
elif char == "f":
|
||||
show_failed(terminalreporter, lines)
|
||||
|
||||
Reference in New Issue
Block a user