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
I found that even though absl.testing is extended from the unittest module but it is not compatible with unittest disover feature. This makes it hard to people who want to launch tests that mixed with both absl.testing impl and python unittest impl.
Not everyone is using bazel so could you please makes the flags parsing logic at test setup time?