nw-pbt-rust
SolidRust property-based testing with proptest, quickcheck, and bolero frameworks
Install
Quality Score: 95/100
Skill Content
Details
- Author
- nWave-ai
- Repository
- nWave-ai/nWave
- Created
- 3 months ago
- Last Updated
- 1 weeks ago
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
nw-pbt-haskell
Haskell property-based testing with QuickCheck and Hedgehog frameworks
nw-pbt-go
Go property-based testing with rapid and gopter frameworks
nw-pbt-typescript
TypeScript/JavaScript property-based testing with fast-check framework and arbitraries
nw-pbt-dotnet
.NET property-based testing with FsCheck, CsCheck, and fsharp-hedgehog frameworks
property-based-testing
Property-based testing (PBT) patterns with fast-check (JS/TS), Hypothesis (Python), and gopter (Go). Generate random inputs, define invariants, shrink failures to minimal cases. Adapted from Trail of Bits. Use when testing pure functions, parsers, serializers, state machines, or any code where example-based tests miss edge cases.