Twinside / Juicy.Pixels

Haskell library to load & save pictures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The test suite never fails

nh2 opened this issue · comments

On failure, the test suite just prints info to stdout. It does not actually fail the process with an exit code.

So automated testing is impossible.

Usually, test suited declared as type: exitcode-stdio-1.0 are supposed to signal failure with an exit code.