R. David Murray <rdmur...@bitdance.com> added the comment:

assertCountsEqual is IMO much clearer than assertItemsCountsEqual (or however 
you spell it).  I was unclear on what the latter did, but the former is fairly 
clear.  Ezio's suggestion is also clearer.

Raymond, since you said 'never' your statement about assertLessEqual is clearly 
false :).  I don't have any problem remembering it (it's just __le__ spelled 
out using the standard unittest camelcase).  assertLess, on the other hand, I 
often get wrong, since it is *not* __lt__ spelled out.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10273>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to