google / google/googletest-rust
Could or should `#[gtest]` integrate with the test-log crate?
Open
- Dominant language
- Rust
- Stars
- 432
- Forks
- 36
- Avg merge
- 7d 17h
- Merged PRs (30d)
- 2
Description
The test-log crate (https://crates.io/crates/test-log) allows you to configure logging, capture all logs, and display them on test failure. Without this, by default, you get no log output from unit tests.
Could or should googletest provide the same functionality?
Contributor guide
Assessment
This issue has not been assessed yet.