Open Issues Need Help
View All on GitHub Failing support on 32-bit systems (at least test suite) about 2 months ago
bug good first issue
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
Rapid is a modern Go property-based testing library
Go
#fuzzing#golang#property-based-testing#property-testing#quickcheck#testing