Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`