-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: Get rid of goconvey #3016
Comments
Merged
lukedirtwalker
added a commit
to lukedirtwalker/scion
that referenced
this issue
Nov 6, 2019
lukedirtwalker
added a commit
that referenced
this issue
Nov 7, 2019
Also introduce `xtest.AssertErrorsIs` and use it instead of manual asserts with `xerrors.Is` Contributes #3016
karampok
added a commit
to karampok/scion
that referenced
this issue
Nov 8, 2019
Contributes scionproto#3016
Merged
karampok
added a commit
to karampok/scion
that referenced
this issue
Nov 11, 2019
Contributes scionproto#3016
karampok
added a commit
to karampok/scion
that referenced
this issue
Nov 12, 2019
Contributes scionproto#3016
karampok
added a commit
to karampok/scion
that referenced
this issue
Nov 14, 2019
Contributes scionproto#3016
karampok
added a commit
to karampok/scion
that referenced
this issue
Nov 14, 2019
Contributes scionproto#3016
karampok
added a commit
to karampok/scion
that referenced
this issue
Jan 29, 2020
karampok
added a commit
that referenced
this issue
Jan 29, 2020
* Remove convey from tests in lib/addr Contributes #3016
The following packages still use
|
lukedirtwalker
pushed a commit
to lukedirtwalker/scion
that referenced
this issue
Sep 3, 2024
Remove use of goconvey from private/revcache, replacing it with the default go testrunner with subtests and stretchr/testify/assert. Remove some unused functions instead of updating their tests. Completely aside: change NewKey to return a Key by value instead of a reference. It is used as value everywhere and it just hurt my eyes. Fixes scionproto#3016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Goconvey is slightly painful to work with. Also, upstream seems very inactive.
The vanilla golang sub-tests provide the functionality we need already.
The text was updated successfully, but these errors were encountered: