eunit
eunit copied to clipboard
Capturing stderr separately
It would be great if eunit could collect the stderr output from tests separately from stdout.
Currently, this seems to be almost impossible until stderr support is added on a low level in erts. I saw some mention about this as a coming feature in OTP, though, so it seems that the best course right now is to just wait for that.