You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not unreasonable that someone may have a fair amount of go-cmp tests and want to integrate autogold slowly. We could allow this by having autogold.Want(...).Value() return the interface() value it got, and allowing the user to signal if the test needs updating or not. e.g. they call .Value(), pass it to go-cmp, and invoke .Fail() or something like that.
The text was updated successfully, but these errors were encountered:
Not unreasonable that someone may have a fair amount of go-cmp tests and want to integrate autogold slowly. We could allow this by having
autogold.Want(...).Value()
return theinterface()
value it got, and allowing the user to signal if the test needs updating or not. e.g. they call.Value()
, pass it to go-cmp, and invoke.Fail()
or something like that.The text was updated successfully, but these errors were encountered: