Searched defs:TestSkippedException (Results 1 - 1 of 1) sorted by relevance

/pkg/src/tests/
H A Dpkg5unittest.py122 class TestSkippedException(Exception): class in inherits:Exception
147 ELIDABLE_ERRORS = [ TestSkippedException, depotcontroller.DepotStateException ]
760 except TestSkippedException as err:
868 raise TestSkippedException(
2153 raise TestSkippedException(

Completed in 24 milliseconds