This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients aldencolerain, ezio.melotti, georg.brandl, graingert, gregory.p.smith, martin.panter, michael.foord, r.david.murray, rbcollins, rhettinger, serhiy.storchaka, terry.reedy, vitaly
Date 2020-09-11.22:05:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1599861933.73.0.819647086066.issue27071@roundup.psfhosted.org>
In-reply-to
Content
Issue 38240 was closed as a duplicate of this.  After reconsidering, I agree with leaving the name alone.  Changing test assertXXX method names is a big nuisance, which we have done enough of.

If one is using IDLE,
>>> unittest.TestCase.assertCountEqual(
displays a boxed calltip with the signature and the two line summary that seems clear enough to me.  Good names are good; so are good docstring summaries.
________________________________________________________________________
|(self, first, second, msg=None)                                       |
|Asserts that two iterables have the same elements, the same number of |
|times, without regard to order.                                       |
------------------------------------------------------------------------
History
Date User Action Args
2020-09-11 22:05:33terry.reedysetrecipients: + terry.reedy, georg.brandl, rhettinger, gregory.p.smith, rbcollins, ezio.melotti, r.david.murray, michael.foord, martin.panter, serhiy.storchaka, vitaly, graingert, aldencolerain
2020-09-11 22:05:33terry.reedysetmessageid: <1599861933.73.0.819647086066.issue27071@roundup.psfhosted.org>
2020-09-11 22:05:33terry.reedylinkissue27071 messages
2020-09-11 22:05:33terry.reedycreate