I currently use command line parameters to test that various options work 
fine.

For example, I define some test flags like -tv -ta -ti ... that set 
different options on my test, and then run my tests.

The execution looks like this:

go test -tv
go test -ti
go test -ta 
...

Unfortunately, I can't generate accurate coverage results with this.

I would like a way to call all the different permutations in a single "go 
test " call. 

Any ideas on how to do this?

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to