Crates.io | cargo-qtest |
lib.rs | cargo-qtest |
version | 0.1.3 |
source | src |
created_at | 2023-11-17 08:47:49.435606 |
updated_at | 2023-11-20 20:11:32.201005 |
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 | 23,022 |
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
).