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