| Crates.io | cargo-qtest |
| lib.rs | cargo-qtest |
| version | 0.1.4 |
| created_at | 2023-11-17 08:47:49.435606+00 |
| updated_at | 2025-12-12 16:49:31.757299+00 |
| description | an interactive test runner for rust projects |
| homepage | https://github.com/onur-ozkan/cargo-qtest |
| repository | https://github.com/onur-ozkan/cargo-qtest |
| max_upload_size | |
| id | 1038833 |
| size | 22,134 |
cargo-qtest is a command-line tool that enhances the testing experience for Rust projects by providing an interactive and flexible way to find & select and run tests using pattern matching.
To install cargo-qtest, run the following command:
cargo install --locked cargo-qtest
Once installed, you can start using it with either cargo qtest or cargo-qtest in any of your projects.
The usage of cargo qtest mirrors that of cargo test. All arguments and flags applicable to cargo test can still be used with cargo qtest.
apple::test_fn and lemon::test_fn).