Searched refs:TestIgnoredException (Results 1 – 2 of 2) sorted by relevance
35 from harness.exception import TestSuiteException, TestIgnoredException81 raise TestIgnoredException()118 raise TestIgnoredException()389 except TestIgnoredException:
39 class TestIgnoredException(TestSuiteException): class