Custom markers don't show custom color in 'short test summary info' section #9958
-
At the end of a pytest run, you have a section called "short test summary info," which terminates in a single line that shows final metrics, all color-coded according to outcome. It doesn't appear as if this final line color-codes any tests marked with custom markers. I do see that the initial "test session starts" section does color-code those tests, however. Am I missing something or is this a deficiency in the final section processing code? I'd like to see that final line show my 'snowflake' tests in cyan! pytest.ini:
plugin.py:
test1.py:
test2.py:
test_snowflake.py:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
After doing some code analysis it appears to me that this is a legitimate shortcoming of pytest itself, so I have opened a new issue (#9961). |
Beta Was this translation helpful? Give feedback.
After doing some code analysis it appears to me that this is a legitimate shortcoming of pytest itself, so I have opened a new issue (#9961).