Open Issues Need Help
View All on GitHub Add t.Output method 2 months 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