Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drathier/elm-test-tables
Elm-test with table-driven tests. Your primary defence against regressions.
https://github.com/drathier/elm-test-tables
Last synced: about 1 month ago
JSON representation
Elm-test with table-driven tests. Your primary defence against regressions.
- Host: GitHub
- URL: https://github.com/drathier/elm-test-tables
- Owner: drathier
- License: mit
- Created: 2018-01-22T20:21:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-22T21:04:46.000Z (5 months ago)
- Last Synced: 2024-07-23T00:46:56.303Z (5 months ago)
- Language: Elm
- Homepage: https://package.elm-lang.org/packages/drathier/elm-test-tables/latest/
- Size: 59.6 KB
- Stars: 4
- Watchers: 5
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# elm-test-tables
Elm-test-tables is a collection of elm-test helpers that I use to make it easier to write better tests.The examples in this package are intentionally as simple as possible, and many of them look like you'd never have real-world use of them as a result. Don't worry, I've had real use-cases for all of these; they're just too large to fit in the docs.
Have a look around, let me know what you find useful, and if there's anything you're missing.
## Installation
`elm-test install drathier/elm-test-tables`