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

Expose checks and steps args at runtime programatically #70

Closed danwt closed 3 months ago

danwt commented 3 months ago

I would like to be able to set these inside the code of the test itself, since I may want it to differ on a test-wise basis, and it's easier to set up cloud test pipelines this way

Thanks

danwt commented 3 months ago

Just seen maybe I can use https://pkg.go.dev/flag#Set