sageserpent-open / americium

Generation of test case data for Scala and Java, in the spirit of QuickCheck. When your test fails, it gives you a minimised failing test case and a way of reproducing the failure immediately.
MIT License
15 stars 1 forks source link

Integration with Cats laws. #27

Open sageserpent-open opened 2 years ago

sageserpent-open commented 2 years ago

This may come for free via #9, but if not (or if that story can't be delivered at all), then it would be good to plug Trials into Cats's laws testing somehow, there is more than enough good stuff already to consider writing duplicate functionality.