function: test.fail

 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) 

call sites:

called in /home/johnny/projects/merlinux/py/dist/py/test/tkinter/testing/data/filetest.py

traceback test.fail.0