Fork me on GitHub

GlossaryΒΆ

assertive object
An object that is wrapped in Assert and which will raise AssertionError for comparative operations that are False.
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.

Table Of Contents