Registry / testing / test-strategy

test-strategy

JSON →
library0.4.5rscratesunverified

Procedural macro to easily write higher-order strategies in proptest.

# Cargo.toml [dependencies] test-strategy = "0.4.5"
INSTALL
IMPORT
SIG · TEST-STRATEGY
T
test-strategy
testingrustv0.4.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Strategy
✓ use test_strategy::proptest::strategy::Strategy;

Minimal usage of test-strategy with a simple strategy.

use test_strategy::proptest::strategy::Strategy; fn main() { let strategy = 0..10u32; println!("Strategy: {:?}", strategy); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
test-strategy — cargo add test-strategy · libregistry