pchomik / pytest-spec

Library pytest-spec is a pytest plugin to display test execution output like a SPECIFICATION.
GNU General Public License v2.0
100 stars 19 forks source link

Method under test should be highlighted by color not <> characters #2

Closed pchomik closed 4 years ago

pchomik commented 10 years ago

There is no good way to highlight method under test. Additional character don't look like clear solution. I want to try with highlighting color (yellow).

amcgregor commented 9 years ago

Colour based approaches would break automatic processing of the resulting report, which would strip ANSI sequences.

pchomik commented 8 years ago

Thanks for comment. Colors will be implemented under seperate flag.

pchomik commented 4 years ago

Colors are available from version 2.0.0