Message352116
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. |
|
| Date |
User |
Action |
Args |
| 2019-09-12 11:20:09 | mdk | set | recipients:
+ mdk, michael.foord, docs@python, eamanu |
| 2019-09-12 11:20:09 | mdk | set | messageid: <1568287209.55.0.410624124504.issue35685@roundup.psfhosted.org> |
| 2019-09-12 11:20:09 | mdk | link | issue35685 messages |
| 2019-09-12 11:20:09 | mdk | create | |
|