robotframework / PythonRemoteServer

Robot Framework remote server implemented with Python
Apache License 2.0
152 stars 83 forks source link

sys.stderr is not captured while a keyword is running #2

Closed ombre42 closed 10 years ago

ombre42 commented 12 years ago

Robot Framework and RemoteApplications capture stderr and append after stdout in the output. PythonRemoteServer should be consistent with them.

pekkaklarck commented 10 years ago

Including into 1.0 in order to get all TODOs resolved from the code.