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

Add Fuzz.uniqueList{,ofLength,ofLengthBetween} #219

Open Janiczek opened 1 year ago

Janiczek commented 1 year ago

Could be done with a seen : Set comparable like in elm-minithesis: https://github.com/Janiczek/elm-minithesis/blob/9e1d03e61917fa1ce0e0f520c6a3d3914e5be0b5/src/Minithesis/Fuzz.elm#L842

Originally asked on Elm Slack in #testing:

Screenshot 2023-07-19 at 10 33 48 AM