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
Describe the bug
I use parameterized tests inside parallel suites. This construct panics by default. The fix is simple yet not obvious: child suite should implement ParametrizedSuite interface.
Describe the bug
I use parameterized tests inside parallel suites. This construct panics by default. The fix is simple yet not obvious: child suite should implement
ParametrizedSuite
interface.To Reproduce
parent_test.go:
child1_test.go:
child2_test.go
This fails with
Expected behavior
Tests pass.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: