https://github.com/mustakimali/cargo-testf
A wrapper for cargo test that remembers and runs failed tests.
https://github.com/mustakimali/cargo-testf
cargo-subcommand
Last synced: about 1 year ago
JSON representation
A wrapper for cargo test that remembers and runs failed tests.
- Host: GitHub
- URL: https://github.com/mustakimali/cargo-testf
- Owner: mustakimali
- Created: 2023-08-14T20:51:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-15T18:54:25.000Z (almost 3 years ago)
- Last Synced: 2025-04-15T06:44:57.102Z (about 1 year ago)
- Topics: cargo-subcommand
- Language: Rust
- Homepage: https://crates.io/crates/cargo-testf
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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.