#testing #cargo-test #failed #cargo-subcommand #remembers #testf

app cargo-testf

A wrapper for cargo test that remembers and runs failed tests

1 unstable release

0.1.3 Aug 15, 2023
0.1.2 Aug 15, 2023
0.1.1 Aug 15, 2023
0.1.0 Aug 15, 2023

#274 in Cargo plugins

MIT/Apache

7KB
160 lines

cargo-testf

A wrapper for cargo test that remembers and runs failed tests

Install

cargo install cargo-testf

Use cargo testf instead of cargo test

It will run all tests, unless one or many tests failed previously. In which case only those tests will run.

No runtime deps