robotframework / PythonRemoteServer

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

Support hiding exception name using `ROBOT_SUPPRESS_NAME` #6

Closed pekkaklarck closed 10 years ago

pekkaklarck commented 10 years ago

RF 2.8.2 added support for dropping exception name from custom exceptions by having ROBOT_SUPPRESS_NAME attribute with True value. The remote server should follow the same convention.