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.

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.