I have some tests which use info! from Rust's log crate. I tried:
RUST_LOG=all cargo test -- --nocapture my_tests
but the logs simply won't come out.
I didn't init the logger though, because puttin env_logger::init(); won't work:
failed to resolve: use of undeclared crate or module `env_logger`