flyingmutant

flyingmutant/rapid

Rapid is a modern Go property-based testing library

2 good first / help-wanted issues · Go · last activity Jun 24, 2025

fuzzing golang property-based-testing property-testing quickcheck testing
2 Open Issues Need Help Last updated: Jun 24, 2025

Open Issues Need Help

View All on GitHub
flyingmutant/rapid
647

Rapid is a modern Go property-based testing library

Go
#fuzzing#golang#property-based-testing#property-testing#quickcheck#testing
Add t.Output method about 1 year ago

AI Summary: Implement a `t.Output` method in the `rapid` Go library, mirroring the functionality of the upcoming `testing.T.Output` method in Go 1.25. This involves adding a new method to the `rapid.T` type that allows writing formatted output to the test output stream.

Complexity: 2/5
enhancement good first issue
flyingmutant/rapid
647

Rapid is a modern Go property-based testing library

Go
#fuzzing#golang#property-based-testing#property-testing#quickcheck#testing