Comment #4 on issue 392 by pekka.klarck: put pass/fail as first bytes of output from default listener
http://code.google.com/p/robotframework/issues/detail?id=392

The current implementation is good enough for us. An important feature it has is that test and suite names are displayed in the console when they start. Possibly we could display them first, then use `\r` to get into the beginning of the line, and finally print the line as proposed. It's unclear to me would that work both with Python and Jython on different OSes and this isn't important issue for us to spend time testing. That behavior would probably also mess up console output when it's redirected to a file (e.g. `pybot tests.html > console.txt`) and we don't have too much interest to
test that either.

If you Bryan really want to get this enhancement in you need to test how well it works in above mentioned cases. Notice also that already last autumn I wrote in comment 1: "Could you Bryan try different options and tell what you like the best?
All code related to console output is in robot/output/monitor.py."

An alternative option to is implementing different console writers. This is proposed
in issue 317.


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply via email to