theboocock / shunit2

Automatically exported from code.google.com/p/shunit2
0 stars 0 forks source link

Add colored output #35

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'd like to see colored output: Failed asserts in red, test case names in 
yellow or blue (so I can easily differentiate them from the output), final 
output (FAILED or OK) in red or green.

Original issue reported on code.google.com by cwei...@cweiske.de on 28 Dec 2012 at 3:25

GoogleCodeExporter commented 9 years ago

Original comment by kate.w...@forestent.com on 20 May 2013 at 6:17

GoogleCodeExporter commented 9 years ago
The patch attached implements colored output as described in this issue. By the 
way, thanks for this cool and useful project :-).

Original comment by bitschup...@googlemail.com on 13 Sep 2013 at 10:42

Attachments:

GoogleCodeExporter commented 9 years ago
Added basic colorized output to shUnit2, by piping the output through `sed`. 
Just packaged it for reuse. It fits my needs, but I'm sure there are thing to 
improve, so please help out =)
https://github.com/joelpurra/jq-shunit2-colorize

Original comment by m...@joelpurra.se on 11 Jan 2015 at 10:45

GoogleCodeExporter commented 9 years ago
Ooops. After writing a bunch of packages for the command-line JSON processor 
`jq`, I accidentally included 'jq-' in the repository name. New URL:
https://github.com/joelpurra/shunit2-colorize

Original comment by m...@joelpurra.se on 12 Jan 2015 at 8:12