I’m happy to announce the 2.0.0
version of elm-explorations/test
has been released!
In it you’ll find a nicer-to-use Fuzz
module API, the andThen
function, a way to check the value distribution of your fuzzers, and more.
For full release notes see CHANGELOG.md
. Here are the highlights:
- Fuzzing and shrinking reimplementation (re-adding
Fuzz.andThen
etc.) Test.Distribution
: fuzzer distribution reportingTest.Html.Event
additionsExpect.true
andExpect.false
removalTest.Runner.Failure.format
removal
Don’t forget to upgrade your test runners as well!
elm-test
0.19.1-revision10elm-test-rs
v3.0
Many thanks to @gampleman, @harrysarson, @mattpiz, @lydell and @lue-bird for all the feedback and help with this release!
Feel free to ask questions here, in a GitHub issue or in the #testing
channel on the Elm Slack.
Happy testing!