flyingmutant / rapid

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

Consider explicit terminal `Stop` action for state machines #49

Closed flyingmutant closed 1 year ago

flyingmutant commented 1 year ago

Otherwise, you have to work around by doing methods like Restart, which Stop + call Init internally.