Go: Remove dependency on GoConvey

Created on 6 Sep 2018  路  5Comments  路  Source: stellar/go

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!

Most helpful comment

Go Convey should be completely removed now

All 5 comments

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.

Was this page helpful?
0 / 5 - 0 ratings