We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e4b175 commit 07928acCopy full SHA for 07928ac
given.go
@@ -20,7 +20,8 @@ func Given(testing base.TestingT, given ...base.GivenData) *base.Some {
20
currentTestContext := loadTestContext(testFileName)
21
22
someTests := currentTestContext.someTests
23
- keyFor := uniqueKeyFor(someTests, currentFunction.Name()) // this deals with table test for loops, we want different id for each
+ keyFor := uniqueKeyFor(someTests, currentFunction.Name()) // this deals with table test for loops that do not have
24
+ // t.Run inside.. we want different id for each
25
26
some := base.NewSome(
27
testing,
0 commit comments