[issue43029] unittest: Add assertUniqeIn

2021-01-29 Thread Denis Roussel
Denis Roussel added the comment: Of course. Wanted a shortcut. Can close it if you want. -- ___ Python tracker <https://bugs.python.org/issue43029> ___ ___ Pytho

[issue43029] unittest: Add assertUniqeIn

2021-01-29 Thread Denis Roussel
Denis Roussel added the comment: Indeed, can do assertNotEquals(len(the_list), len(set(the_list)) -- ___ Python tracker <https://bugs.python.org/issue43

[issue43029] unittest: Add assertUniqeIn

2021-01-26 Thread Denis Roussel
Change by Denis Roussel : -- keywords: +patch pull_requests: +23154 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24336 ___ Python tracker <https://bugs.python.org/issu

[issue43029] unittest: Add assertUniqeIn

2021-01-26 Thread Denis Roussel
New submission from Denis Roussel : Allows to test uniqueness of members of a list -- components: Tests messages: 385700 nosy: rousseldenis priority: normal severity: normal status: open title: unittest: Add assertUniqeIn ___ Python tracker <ht