Re: [go-nuts] RE: integration tests and using atom

2018-11-08 Thread Sam Whited
On Thu, Nov 8, 2018, at 13:49, S Ahmed wrote: > Is there a way to ignore certain tests like my integration tests that setup > db etc. and are long running? I like to add a build tag to my integration tests, something like: // +build integration Then when I want to run them: go test -tags "i

[go-nuts] Re: integration tests and using atom

2018-11-08 Thread Tamás Gulácsi
2018. november 8., csütörtök 20:49:38 UTC+1 időpontban gitted a következőt írta: > > Hi, > Whenever I save a file my go tests run inside of atom. > > Is there a way to ignore certain tests like my integration tests that > setup db etc. and are long running? > > Thanks. > Use T.Short() ti skip lo

[go-nuts] RE: integration tests and using atom

2018-11-08 Thread S Ahmed
Hi, Whenever I save a file my go tests run inside of atom. Is there a way to ignore certain tests like my integration tests that setup db etc. and are long running? Thanks. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from thi