=============== core.assertions =============== .. toctree:: :hidden: .. index:: core.assertions .. module:: core.assertions :noindex: Standard test assertions. This module provides all the built-in test assertions of the CleverSheep test framework. Test assertions tend to follows a common pattern, which is:: fail([[, ], makeMessage=None, msg=None) Module Members ============== .. rubric:: General Members | :func:`~assertion` .. rubric:: Assertion exceptions. | :class:`~AssertionFailure` | :class:`~FrameworkFailure` | :class:`~UnexpectedFailure` .. rubric:: Assertion functions | :func:`~fail`