Created
February 17, 2013 21:47
-
-
Save LukeWinikates/4973664 to your computer and use it in GitHub Desktop.
grc config file for go text / gocheck output, to make failing tests pop out more
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
regexp=FAIL:? | |
colours=red | |
count=more | |
- | |
regexp=PASS:? | |
colours=green | |
count=more | |
- | |
regexp=/[\w/\.]+:\d+ | |
colours=blue | |
count=more | |
- | |
regexp=(expected|obtained) | |
colours=yellow | |
count=once |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment