absl.testing not compatbile with python unittest discover
Open
- Dominant language
- Python
- Stars
- 2.5k
- Forks
- 279
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 1
Description
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?
Contributor guide
Assessment
This issue has not been assessed yet.