atom-haskell / ide-haskell

Haskell IDE plugin for Atom editor

Home Page:https://atom.io/packages/ide-haskell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question : Test output colorized

opened this issue · comments

Hello,

Is it possible to when I do stack test the output of this get colorized.
So failed tests are red and succeed tests are green.

Roelof

It's impossible in the general case, due to the simple fact that output depends entirely on test framework used, and we do have a few in Haskell community, from very basic hand-rolled ones to HSpec and HUnit.

So... yeah, not very likely. If you (or anyone for that matter) has an idea of how to make this work, please share.