Colin

Results 4 comments of Colin

My understanding after looking at the code is that `TearDownSuite` isn't actually deferred until `SetupSuite` completes (see [this block of code](https://pkg.go.dev/testing#T.FailNow)). I also checked the [Go docs on `(*testing.T).FailNow()`](https://pkg.go.dev/testing#T.FailNow) and...

For completeness, it would probably be worth adding a tutorial walkthrough to [the website](https://bazel.build) as well though I can't seem to find out how those docs are actually maintained in...

Yes — still interested in working on it. Can make those suggested changes, thank you for taking a look here 👍🏼

Hey @thepassle that sounds awesome! Thanks for replying so quickly 😄 If, for whatever reason, it turns out to be a lot of effort, the short term solution could be...