osmo-gsm-tester/selftest/suite_test/suitedirA/test_suite/test_fail_raise.py

4 lines
87 B
Python
Executable File

class ExpectedFail(Exception):
pass
raise ExpectedFail('This failure is expected')