Home
last modified time | relevance | path

Searched refs:TestSkip (Results 1 - 2 of 2) sorted by relevance

/test/testfwk/xdevice/plugins/devicetest/core/
H A Dexception.py104 class TestSkip(Exception): class
108 super(TestSkip, self).__init__(error_msg)
H A Dtest_case.py45 from devicetest.core.exception import TestSkip namespace
189 except TestSkip:
192 self.log.debug("TestSkip")

Completed in 3 milliseconds