avh4 / elm-program-test

Test Elm programs
https://elm-program-test.netlify.com/
MIT License
93 stars 27 forks source link

Add support for Random.generate #52

Open avh4 opened 5 years ago

avh4 commented 5 years ago
7hoenix commented 3 years ago

I was hoping to use elm-program-test to simulate some random generation for a heuristic function (being able to declaratively specify the returned random values sounds really nice for tests).

It looks like this one hasn't made it super far yet though.

Have you started work on it at all?

If not does it seem like something you'd like help with?

avh4 commented 3 years ago

Yeah, I haven't started on it yet, and I don't think anyone else has either.

With the small note that I'm not gonna merge anything until I'm happy that we have a public API that's easy to use, yeah I'd be happy to have help with this. (And that would be helpful whether it's help with getting this started, or or help getting it all the way ready to merge.)