#[macro_use] extern crate log; fn whatever() { info!("whatever") } #[test] fn test() { whatever(); }
I want to see the log after running unit tests (cargo test), how is it possible now?
cargo test
Aucun commentaire:
Enregistrer un commentaire