Testing
Cargo test
and println!
To see stdout when using cargo run (kudos CobaltVelvet)
cargo test -- --nocapture
Run all the tests, even if one of them fail
cargo test -- --no-fail-fast
Cargo test
and println!
To see stdout when using cargo run (kudos CobaltVelvet)
cargo test -- --nocapture
cargo test -- --no-fail-fast