GlossaryΒΆ
- assertive object
An object that is wrapped in
Assertand which will raiseAssertionErrorfor 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.