[issue43029] unittest: Add assertUniqeIn

Denis Roussel report at bugs.python.org
Fri Jan 29 05:28:41 EST 2021


Denis Roussel <roussel2nis at gmail.com> added the comment:

Indeed, can do 
assertNotEquals(len(the_list), len(set(the_list))

----------

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


More information about the Python-bugs-list mailing list