cargo-testf

Crates.iocargo-testf
lib.rscargo-testf
version0.1.3
sourcesrc
created_at2023-08-15 18:27:08.222005
updated_at2023-08-15 18:54:29.536927
descriptionA wrapper for `cargo test` that remembers and runs failed tests
homepage
repositoryhttps://github.com/mustakimali/cargo-testf
max_upload_size
id945207
size6,211
Mohammad Mustakim Ali (mustakimali)

documentation

README

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.

Commit count: 7

cargo fmt