TheSeamau5 / elm-check

Property Based Testing in Elm
70 stars 20 forks source link

Add console runner to allow to be used in CI #21

Closed chendrix closed 6 months ago

chendrix commented 9 years ago

I created a Console runner so that elm-check can be used with IO and thus run in CI

This is a direct extraction of some (working) code I wrote in another library first, so it's tested by use:

https://github.com/chendrix/elm-matrix/blob/master/test/Check/Runner/Console.elm