TestFailed¶
-
exception
plasmapy.tests.helpers.exceptions.
TestFailed
(msg: Optional[str] = None, pytrace: bool = True)¶ Base exception for test failures.
Notes
This exception was derived from
Exception
, which in turn was derived fromBaseException
(notException
).