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 mdk
Recipients docs@python, eamanu, mdk, michael.foord
Date 2019-09-12.11:20:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568287209.55.0.410624124504.issue35685@roundup.psfhosted.org>
In-reply-to
Content
We're using assert instead of assertEqual to denote that we're not "testing unittest" but asserting that unittest work as documented. Whch is semantically a bit different.

Unittesting unittest using unittest works, but using unittest test to test unittest as documentation example could lead the reader to having hard time figuring what's what. I think using assert here disambiguate the whole thing.
History
Date User Action Args
2019-09-12 11:20:09mdksetrecipients: + mdk, michael.foord, docs@python, eamanu
2019-09-12 11:20:09mdksetmessageid: <1568287209.55.0.410624124504.issue35685@roundup.psfhosted.org>
2019-09-12 11:20:09mdklinkissue35685 messages
2019-09-12 11:20:09mdkcreate