quickcheck
quickcheck copied to clipboard
Color output
It would be neat, if QuickCheck's messages like
+++ OK, passed 1 test.
or
*** Failed! Falsified (after 1 test):
be colored.
The test runners like tasty
or hspec
do that, don't they?
Hum. I'm running tests with stack test
, but I'll try out tasty
/hspec
, thanks.
microspec
is pretty close to simply being QuickCheck + color output
I agree with @phadej, let's leave coloring to testing frameworks. QuickCheck
should not make guesses whether an output handle supports any colors.