core.assertions¶
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<assertion>([<expect>[, <actual>], makeMessage=None, msg=None)
Module Members¶
General Members
assertion()
Assertion exceptions.
AssertionFailure
FrameworkFailure
UnexpectedFailure
Assertion functions
fail()