Skip to content

MarcusNoble/gorgeous

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gorgeous

Easy to use prettifier go test.

Go from classic output, to a colour-coded, easier to read-at-a-glance format.

Usage

go test -v -cover ./... | gorgeous

Voila!

Please note: The -v flag is important for gorgeous to pick up all the relevant information.

Usage with docker-compose

docker-compose prints ansi codes as well as container prefixes, this messes with gorgeous.

For gorgeous to work in this case, please fo the following:

  • run docker-compose with the --no-ansi flag
  • ask gorgeous to strip the prefixes. Ex: gorgeous -prefix="app_1 | "

The prefix should be the entire string prepended by docker-compose

About

Pretty go test output

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 97.3%
  • Makefile 2.7%