Base class for tests of exceptions.
Methods
|
|
CheckArgument
MakeResult
Run
|
|
CheckArgument
|
CheckArgument (
self,
exc_info,
result,
)
Check that the exception argument matches expectations.
-
result
- The result object for this test.
|
|
MakeResult
|
MakeResult (
self,
exc_info,
result,
)
Check the exception in exc_info and construct the result.
-
result
- The result object for this test.
|
|
Run
|
Run (
self,
context,
result,
)
|
|