Hi,
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?