oscarjd74

Results 1 comments of oscarjd74

I haven't tried this, but can't you just call `suite.SetupTest()` and `suite.TearDownTest()` yourself? Like so: ```go func (suite *MyTestSuite) TestSomeStuff() { ... for _, testCase := range testCases { suite.Run(testCase.name,...