gopter icon indicating copy to clipboard operation
gopter copied to clipboard

GOlang Property TestER

Results 15 gopter issues
Sort by recently updated
recently updated
newest added

Property based tests are great tools to assert properties of an API. Though I haven't done it in Go, this package looks useful. I'm more curious about the implementation and...

Sometimes the only way to know what the next state should be is if you let the system tell you. So it would be nice to be able to have...

I've been skimming through the docs, and coming from ScalaCheck i was looking for generating parallel command sequences. Is it supported?

I'm just getting started with gopter (also being fairly new to property based testing in general) and I was trying to write a custom generator for a struct type of...

Is there any interest in supporting generics in gopter? I'm willing to start taking a stab at it, but I want to make sure the work gets reviewed by someone.