drathier / elm-test-tables

Elm-test with table-driven tests. Your primary defence against regressions.
https://package.elm-lang.org/packages/drathier/elm-test-tables/latest/
MIT License
4 stars 1 forks source link

Test cases for Type Classes, e.g. Functor laws #1

Open drathier opened 6 years ago

drathier commented 6 years ago

Just write complete test suites for these laws, so you don't have to write them yourself :D

drathier commented 6 years ago

Test your dependencies, or at least the laws you expect them to hold?