nw-pbt-go
SolidGo property-based testing with rapid and gopter 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
pbt
Write property-based tests using rapid (pgregory.net/rapid) for Go. Triggers on: "property-based tests", "PBT", "rapid tests", "test with random inputs", "generative tests", "test properties", "randomized testing"
nw-pbt-rust
Rust property-based testing with proptest, quickcheck, and bolero frameworks
nw-pbt-haskell
Haskell property-based testing with QuickCheck and Hedgehog frameworks
nw-pbt-typescript
TypeScript/JavaScript property-based testing with fast-check framework and arbitraries
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.