We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf2c5e8 commit 7a5a538Copy full SHA for 7a5a538
AGENTS.md
@@ -53,7 +53,7 @@ all tests in a specific module.
53
Property-based tests are written using [proptest](https://docs.rs/proptest/latest/proptest/) and
54
use a naming convention: they begin with `prop_`.
55
56
-To run the property-based tests specifically, use `cargo nextest run --all-features -- --show-output`.
+To run the property-based tests specifically, use `cargo nextest run --all-features 'prop_'`.
57
58
## Source of Domain Knowledge
59
0 commit comments