Home
last modified time | relevance | path

Searched refs:SampleException (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/unittest/test/testmock/
Dtestwith.py13 class SampleException(Exception): pass class
25 with self.assertRaises(SampleException):
28 raise SampleException()
Dtestasync.py432 class SampleException(Exception): class
435 vals = [1, SampleException("foo")]
439 with self.assertRaises(SampleException) as e: