GlossaryΒΆ
- assertive object
An object that is wrapped in
Assert
and which will raiseAssertionError
for comparative operations that areFalse
.Deprecated since version 0.5.
- reporter
- Event handler for test-runs, notified of the outcome of each test.
- test
- Callable object that takes no arguments and might fail.
- failure
- Unhandled exception or a return value of
False
. - collection
- Iterable yielding tests.