Crates.io | cargo-testf |
lib.rs | cargo-testf |
version | 0.1.3 |
source | src |
created_at | 2023-08-15 18:27:08.222005 |
updated_at | 2023-08-15 18:54:29.536927 |
description | A wrapper for `cargo test` that remembers and runs failed tests |
homepage | |
repository | https://github.com/mustakimali/cargo-testf |
max_upload_size | |
id | 945207 |
size | 6,211 |
A wrapper for cargo test
that remembers and runs failed tests
cargo install cargo-testf
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.