Skip to content

Conversation

matzf
Copy link
Contributor

@matzf matzf commented Jul 11, 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 #3016

@jiceathome
Copy link
Contributor

This change is Reviewable

Copy link
Contributor

@jiceathome jiceathome left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Much nicer!

Reviewed 11 of 11 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @matzf)

Copy link
Contributor

@jiceathome jiceathome left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @matzf)

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.
@matzf matzf force-pushed the revcache-noconvey branch from 8e37b82 to 4cda236 Compare July 15, 2024 07:56
@matzf matzf merged commit 8598eda into scionproto:master Jul 15, 2024
@matzf matzf deleted the revcache-noconvey branch July 15, 2024 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

test: Get rid of goconvey
2 participants