grpc / grpc-ios

gRPC for iOS
Apache License 2.0
39 stars 22 forks source link

Investigate C-core's ios unit test run calling test suite setup per test run #41

Open dennycd opened 2 years ago

dennycd commented 2 years ago

Example issue seem here

Current working assumption is bazel's ios_unit_test using GMT test runner. reloads test dylib per test run and triggers gtest's test suite setup to execute per test.