@Suite struct MyTestSuite { init() { print("foo") } @Test func aaa() { } @Test func iii() { } }
swift test
"foo"