-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
topic: reportingrelated to terminal output and user-facing messages and errorsrelated to terminal output and user-facing messages and errorstype: bugproblem that needs to be addressedproblem that needs to be addressed
Description
This is related to #5110 . -r F option is not documented but will create same output to short summary info as -r f. Problem is when user use both of them:
def test_1():
assert False
pytest -r Fe
======================================================================= short test summary info ========================================================================
FAILED test_a.py::test_1 - assert False
FAILED test_a.py::test_1 - assert False
I teste on 5.3.1, master and also features.
nicoddemus
Metadata
Metadata
Assignees
Labels
topic: reportingrelated to terminal output and user-facing messages and errorsrelated to terminal output and user-facing messages and errorstype: bugproblem that needs to be addressedproblem that needs to be addressed