[issue43029] unittest: Add assertUniqeIn

Terry J. Reedy report at bugs.python.org
Fri Jan 29 14:59:44 EST 2021


Terry J. Reedy <tjreedy at udel.edu> added the comment:

I think you meant assertEqual(len(alist), len(set(alist))).  I agree with others.

----------
nosy: +terry.reedy
resolution:  -> rejected
stage: patch review -> resolved
status: open -> closed
type:  -> enhancement
versions: +Python 3.10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43029>
_______________________________________


More information about the Python-bugs-list mailing list