Closed luc-tielen closed 9 years ago
Thanks, it's great! I'll be merging, but please allow me some-time to play around.
Thanks for the PR. I didn't know much about group_leader and IO framework, but it seems nice. I've added one comment to the TODO section, could you check?
Thanks!
Just wanted to comment saying that I'm really enjoying this new output! :D
You're welcome! Was a lot of fun to make and learned a thing or 2 myself implementing this.. :smile:
Yes! I enjoyed reading the implementation. Didn't realise you could do that with output.
Fixes #11, currently error loggings are displayed all at once after all tests ran. This could possibly be improved by first monitoring the ExUnit test processes as soon as they emit one of the various "error" messages and then display the errors for that process as soon as the server process notices that a test process goes down.