@@ -1000,7 +1000,7 @@ Test cases
1000
1000
int('XYZ')
1001
1001
1002
1002
.. versionadded :: 3.1
1003
- under the name ``assertRaisesRegexp ``.
1003
+ Added under the name ``assertRaisesRegexp ``.
1004
1004
1005
1005
.. versionchanged :: 3.2
1006
1006
Renamed to :meth: `assertRaisesRegex `.
@@ -1145,7 +1145,7 @@ Test cases
1145
1145
+---------------------------------------+--------------------------------+--------------+
1146
1146
| :meth: `assertCountEqual(a, b) | *a * and *b * have the same | 3.2 |
1147
1147
| <TestCase.assertCountEqual>` | elements in the same number, | |
1148
- | | regardless of their order | |
1148
+ | | regardless of their order. | |
1149
1149
+---------------------------------------+--------------------------------+--------------+
1150
1150
1151
1151
@@ -1193,7 +1193,7 @@ Test cases
1193
1193
expression suitable for use by :func: `re.search `.
1194
1194
1195
1195
.. versionadded :: 3.1
1196
- under the name ``assertRegexpMatches ``.
1196
+ Added under the name ``assertRegexpMatches ``.
1197
1197
.. versionchanged :: 3.2
1198
1198
The method ``assertRegexpMatches() `` has been renamed to
1199
1199
:meth: `.assertRegex `.
@@ -1516,14 +1516,14 @@ along with their deprecated aliases:
1516
1516
============================== ====================== =======================
1517
1517
1518
1518
.. deprecated :: 3.1
1519
- the fail* aliases listed in the second column.
1519
+ The fail* aliases listed in the second column have been deprecated .
1520
1520
.. deprecated :: 3.2
1521
- the assert* aliases listed in the third column.
1521
+ The assert* aliases listed in the third column have been deprecated .
1522
1522
.. deprecated :: 3.2
1523
1523
``assertRegexpMatches `` and ``assertRaisesRegexp `` have been renamed to
1524
1524
:meth: `.assertRegex ` and :meth: `.assertRaisesRegex `.
1525
1525
.. deprecated :: 3.5
1526
- the ``assertNotRegexpMatches `` name in favor of :meth: `.assertNotRegex `.
1526
+ The ``assertNotRegexpMatches `` name is deprecated in favor of :meth: `.assertNotRegex `.
1527
1527
1528
1528
.. _testsuite-objects :
1529
1529
0 commit comments