v3.2.0 – Logo, parallel-args bug fix, FsCheck printer, docs
In this release we have a new logo! Rejoice and thanks to @sergey-tihon for his awesome work! This library now also has a nice twitter account @ExpectoIO.
v3.2.0 is a minor bump in version because we have a new feature – support for ptestProperty
to make test properties pending, support for passing the standard gen-seed to FsCheck and a brand new FsCheck printer that nicely formats the output from FsCheck as it runs. Many thanks go out to @AnthonyLloyd for adding these improvements.
Version 3.0+ introduced a bug when you turn off parallelism with { config with parallel = false }
, causing some test suites to hang and others to crash. This release fixes that bug (#83).
We'd also like some feedback with regards to our plans for supporting stress testing, so if you are on github, do check it out and perhaps give your opinion.
Happy testing!
Henrik