We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
assertCountEqual
1 parent ee34f95 commit d1e39e0Copy full SHA for d1e39e0
Doc/library/unittest.rst
@@ -1211,9 +1211,9 @@ Test cases
1211
| :meth:`assertNotRegex(s, r) | ``not r.search(s)`` | 3.2 |
1212
| <TestCase.assertNotRegex>` | | |
1213
+---------------------------------------+--------------------------------+--------------+
1214
- | :meth:`assertCountEqual(a, b) | *a* and *b* have the same | 3.2 |
1215
- | <TestCase.assertCountEqual>` | elements in the same number, | |
1216
- | | regardless of their order. | |
+ | :meth:`assertCountEqual(a, b) | *a* contains the same elements | 3.2 |
+ | <TestCase.assertCountEqual>` | as *b*, regardless of their | |
+ | | order. | |
1217
1218
1219
0 commit comments