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
236 stars 40 forks source link

Fuzz.intRange vs Fuzz.uniformInt confusion #208

Open Janiczek opened 1 year ago

Janiczek commented 1 year ago
Screenshot 2022-10-16 at 17 12 30
lue-bird commented 1 year ago

As a reference: fuzzers for bounded-nat But note that lo > hi is unconstructible for bounded-nat but not for Fuzz..int.. functions, so we should cover that case in documentation and implementation