Comment #3 on issue 1066 by pekka.klarck: Show notification on console when
a top-level keyword ends
http://code.google.com/p/robotframework/issues/detail?id=1066
This issue was updated by revision afad51363a0d.
This feature is getting ready. Things that have been resolved since the
last comment to this issue:
- Markers are not used when stdout is redirected.
- Different markers used depending kw status, either green `.` or red `F`
- Warnings during execution do not mess up markers (they are actually
handled better than earlier)
Remaining tasks:
- Testing on Windows with all interpreters
- Code review and possible refactoring
- Investigate could this be tested somehow (can be hard automatically as
the feature is turned off when outputs are captured)
- Consider writing something to UG