#python

# Tests to ensure that an exception explicitly raised in a Python script
# is recognized by the test framework as a failure

raise Exception

