In a previous blog post, I showed an example of using plumatic’s schema with test.check and test.chuck. With the introduction of Clojure’s new spec library, I thought it would be interesting to revisit that post and port it from schema to spec. The code from this post is available on github. Overall, the port was […]
Category archives: property-based testing
Clojure property-based testing with plumatic’s schema and test.check/chuck
In this post, I’ll give a walk-through of property-based testing in clojure with a few great tools: plumatic’s schema, clojure’s own test.check and another great alternate property-based testing library called test.chuck. First off, schema is a very nice library. If you have not looked at it yet, you should definitely check it out as a […]