[docs] [issue17866] TestCase.assertItemsEqual exists in 2.7, not in 3.3

R. David Murray report at bugs.python.org
Mon May 23 09:11:38 EDT 2016


R. David Murray added the comment:

At the time I wanted it to be named assertCountsEqual, which is better (IMO) than either assertItemsEqual or assertCountEqual.  I lost that naming contest, though :(.  On the third hand, I don't think there exists a good two word name for what the function does.

----------
nosy: +r.david.murray

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17866>
_______________________________________


More information about the docs mailing list