Michael Whatcott
Michael Whatcott
https://godoc.org/github.com/smartystreets/goconvey/convey#FocusConvey
@tgrosinger - I've never seen the server have problems starting just because a package wouldn't build. In fact, [it's designed to show build failures](http://d79i1fxsrar4t.cloudfront.net/goconvey.co/gc-4-dark.png). Do you have any console output...
@tgrosinger - Are you encountering this behavior or does the suggestion by @eMxyzptlk (above) help?
Sounds like this is more a go issue than a goconvey issue.
I'd rather not use an extra environment variable or assume that goconvey is installed at `$GOAPTH/src/github.com/smartystreets/goconvey` (although I don't know why it wouldn't be). We could simply do an exists...
Thanks for posting your workaround @iampeterbanjo
@aaslamin - The GoConvey test DSL and table-driven tests are quite different in their approach. I doubt I ever had hopes to combine or synthesize them. Could you post an...
Go 2 Proposal for dealing with `panic(nil)`: https://github.com/golang/go/issues/25448
@MelleKoning - Like @krisbarrett said, I don't think this issue has anything to do with github.com/jtolds/gls. It's just that the ShouldBeError assertion is relatively new and if you haven't pulled...
Have you tried using a profile? https://github.com/smartystreets/goconvey/wiki/Profiles