elm-community / elm-test

moved to elm-explorations/test
https://github.com/elm-explorations/test
BSD 3-Clause "New" or "Revised" License
340 stars 35 forks source link

List of elm-test packages? #180

Open drathier opened 7 years ago

drathier commented 7 years ago

Do we want a list/table of packages that provide additional functionality on top of elm-test? Right now, we're mentioning elm-html-test and elm-testable under "Application-specific techniques", but there are two more I think should be mentioned.

mgold commented 7 years ago

There is also lobo, and I honestly have no idea why it's necessary over what we provide. You also missed elm-verify-examples which is in the README already.

But yes, I think this is a good idea. I think the "strategies" should be meatier ideas than "use this library. Logically this means that if we are going to mention other libraries, they should get a section to themselves.

However, I kind of like the idea of "recommended" libraries over a comprehensive list. Another possibility is to have a GitHub pages page where we can update the table independently of the release cycle.

rtfeldman commented 7 years ago

However, I kind of like the idea of "recommended" libraries over a comprehensive list.

Yeah - the alternative would get out of hand pretty quickly.

Personally I'm comfortable recommending the ones we currently list, but there aren't any others that have crossed the threshold for me. I know they're out there, but I don't feel confident enough to recommend them at this point.

Janiczek commented 7 years ago

I'd recommend the elm-verify-examples, but not for example my elm-architecture-test right now. (I'd feel more confident if we let the situation around Fuzz.andThen, test-update etc. stabilize and converge into something that doesn't have the warts we currently know it has :) ).