elm-explorations / test

Write unit and fuzz tests for Elm code.
https://package.elm-lang.org/packages/elm-explorations/test/latest
BSD 3-Clause "New" or "Revised" License
237 stars 39 forks source link

Refactor the running of fuzz tests #75

Closed mgold closed 5 years ago

mgold commented 5 years ago

This separates concerns into different functions, provides some better names, and deletes out-of-date comments, without changing the signature of the exposed function.

Hopefully this makes the algorithm much less "magic" and "Max's domain knowledge". This PR is a good opportunity for some other folks to become familiar with this code.