ClojureCheck is back!
ClojureCheck is back.
It brings specification based testing to Clojure and integrates
(almost) seamless with clojure.test. So what does specification
based testing mean and how does it help you?
ClojureCheck is back.
It brings specification based testing to Clojure and integrates
(almost) seamless with clojure.test. So what does specification
based testing mean and how does it help you?
Sometimes one comments parts of code. Eg. to quickly check a different variant of the code. Or to return a mock value while debugging. Clojure provides several ways to comment code. Some more obvious than others...