Aleksey Bakin
Results
3
comments of
Aleksey Bakin
I'm not sure that makes sense. Probably you have a specific case and think you need a common solution. Probably you need to implement your sub-tests as separate tests. Or...
`suite.Run` is a top-level call for test. So it have the same name as Test-function. If you want to run several suites inside one test just wrap it with `t.Run`...