-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
topic: reportingrelated to terminal output and user-facing messages and errorsrelated to terminal output and user-facing messages and errorstype: enhancementnew feature or API change, should be merged into features branchnew feature or API change, should be merged into features branch
Description
In my integrationtests the verbose text output does not seem to be consistent. There are three different types of lines in the output of pytest:
relpath::TestClass::testmethod1 PASSED
relpath::TestClass::testmethod2 <- ../../path/to/testbase.py SKIPPED
relpath::TestClass::testmethod3 <- abspath PASSED
I don't understand why the last two lines contain '<-' and a subsequent path. I've studied the code in https://github.com/pytest-dev/pytest/blob/master/src/_pytest/terminal.py#L517 but I don't understand it. Can anyone help me?
The "<-" in the pytest output was introduced in d73e689
Metadata
Metadata
Assignees
Labels
topic: reportingrelated to terminal output and user-facing messages and errorsrelated to terminal output and user-facing messages and errorstype: enhancementnew feature or API change, should be merged into features branchnew feature or API change, should be merged into features branch