fail with the given Message.
def fail(msg="unknown failure"):
origin:<UNKNOWN>
where:
exceptions that might appear during execution:
function source:
def fail(msg="unknown failure"):
""" fail with the given Message. """
__tracebackhide__ = True
raise py.test.Item.Failed(msg=msg)
called in /home/johnny/projects/merlinux/py/dist/py/test/tkinter/testing/data/filetest.py