eeue56 / elm-html-test

Test elm-html in Elm!
http://package.elm-lang.org/packages/eeue56/elm-html-test/latest
BSD 3-Clause "New" or "Revised" License
67 stars 15 forks source link

make Event.expect more flexible to support more use cases #65

Closed gyzerok closed 5 years ago

gyzerok commented 6 years ago

Fixes: https://github.com/eeue56/elm-html-test/issues/61

I figured out it might be easier to discuss with the code ready. So you can see how tests, docs and error messages might look like.

gyzerok commented 6 years ago

@eeue56 have you had a chance to look into proposed changes?

harrysarson commented 6 years ago

Hi @gyzerok

Would this change mean that people would get less informative error messages when checking equality of messages?

gyzerok commented 6 years ago

Hello @harrysarson!

Not sure I follow the question. Is something unclear for you in PR changes? Do you have any proposals about how failure reports should be changed there?

gyzerok commented 5 years ago

It seems like it won't happen anyway, since the package got merged with elm-test