tags?
Can you add the ability to sets the tags for go test tags=foo?
Thanks.
Have you tried setting them in a .goconvey file?
https://github.com/smartystreets/goconvey/wiki/Profiles
I'm not sure if it would work, but it's worth a try.
@magicalbanana - did you get to look into profiles? You should be able to set any go test -tags=... you would need (and more cool features too). Can I close this issue?
@magicalbanana any update?
I've just tried creating integration.goconvey with
-tags=integration
while my test starts from // +build integration
It works!
Convey runs the test, while plain go test does not, which is what was the goal at least for me, when I found this issue.