I'm happy to announce the release today of version 0.9.0 of test.check, the 
QuickCheck-inspired property-based testing library. The changes in this 
release are a new minimum required version of Clojure (1.7) and a handful 
of new generators.


Clojure 1.7 is required now as the test.check codebase has been mostly 
ported to cljc files (thanks to Nicolás Berger for doing the tedious 
parts), which will make future development of test.check as a portable 
library much easier.


The biggest addition to the generators is a new macro called gen/let, which 
is an alternative to both gen/bind and gen/fmap, and will hopefully be more 
intuitive for many users. There is also now a uuid generator, a Double 
generator, a generator for large integers, and a handful of generators for 
collections of distinct elements.


I also added a cheatsheet 
<https://github.com/clojure/test.check/blob/master/doc/cheatsheet.md> to 
the documentation, which will hopefully be a useful overview of the 
library's features (currently just the generators).

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to