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
What's the state of this? I'd really use a hook like SetupSubTest or something like this. I use subtests not just for table testing but for documenting each scenario of the function that I'm testing, and thus I end up executing SetupTest on each subtest. Maybe we could implement it in a PR or something?
Here you can see test failing
https://play.golang.org/p/R3m0s_PxwGG
If we call
SetupTest()
manually inside the subtest works correctly: https://play.golang.org/p/XpsmRqH2F4tIs this intended behaviour?
The text was updated successfully, but these errors were encountered: