flyingmutant / rapid

Rapid is a modern Go property-based testing library
https://pkg.go.dev/pgregory.net/rapid
Mozilla Public License 2.0
588 stars 25 forks source link

Explicit examples support #37

Open flyingmutant opened 2 years ago

flyingmutant commented 2 years ago

May be a bit related to #36 (if we want to allow specifying the bitstream directly).

Main use case is making sure important corner cases are covered without duplicating the property-based test code.