atom-haskell / ide-haskell

Haskell IDE plugin for Atom editor
https://atom.io/packages/ide-haskell
Other
233 stars 30 forks source link

Question : Test output colorized #217

Open ghost opened 6 years ago

ghost commented 6 years ago

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

lierdakil commented 6 years ago

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.