Assertion tools
In this section, we collect the most important tools for raising an AssertionError
. We saw the assert
command and two tools from unittest
, namely assertAlmostEqual
. The following table (Table 13.1) summarizes the most important assertion tools and the related modules:
Assertion tool and application example |
Module |
|
– |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Table 13.1: Assertion tools in Python, unittest and NumPy