In https://github.com/stellar/go/pull/635#discussion_r215681206, @bartekn says that this codebase wants to move away from GoConvey. I 100% support this direction, so here's an issue to discuss and track progress on that.
We might start opening pull requests to convert tests if that would make sense!
Go Convey should be completely removed now
Nice!
Can you also remove it from Gopkg.lock?
Isn't Gopkg.lock something that's automatically generated by dep ensure -v? As in when users run dep ensure for the first time, it'll get rid of the convey deps
I mean we should regenerate it so that running dep ensure after cloning the repo doesn't make any changes to the working directory.
Most helpful comment
Go Convey should be completely removed now