File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -762,8 +762,9 @@ Test cases
762762
763763 .. _assert-methods :
764764
765- The :class: `TestCase ` class provides a number of methods to check for and
766- report failures, such as:
765+ The :class: `TestCase ` class provides several assert methods to check for and
766+ report failures. The following table lists the most commonly used methods
767+ (see the tables below for more assert methods):
767768
768769 +-----------------------------------------+-----------------------------+---------------+
769770 | Method | Checks that | New in |
@@ -884,7 +885,7 @@ Test cases
884885
885886
886887
887- It is also possible to check the production of exceptions, warnings and
888+ It is also possible to check the production of exceptions, warnings, and
888889 log messages using the following methods:
889890
890891 +---------------------------------------------------------+--------------------------------------+------------+
You can’t perform that action at this time.
0 commit comments