robotframework-2.7.7.atest.testresources.testlibs.bytelib.py Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of robotframework Show documentation
Show all versions of robotframework Show documentation
High level test automation framework
The newest version!
# -*- coding: iso-8859-1 -*-
def in_exception():
raise Exception('hyv?')
def in_return_value():
return 'ty?paikka'
def in_message():
print '?ity'