Twinside / Juicy.Pixels

Haskell library to load & save pictures
BSD 3-Clause "New" or "Revised" License
237 stars 57 forks source link

The test suite never fails #214

Open nh2 opened 1 year ago

nh2 commented 1 year ago

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.