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 cjw296, mariocj89, michael.foord, terry.reedy, xtreak
Date 2018-12-21.21:41:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1545428507.82.0.377332604947.issue35500@roundup.psfhosted.org>
In-reply-to
Content
We don't usually wrap error messages, but this is plausible.  With the addition to the first line, we don't need to repeat 'call'.  We can line things up without violating the PEP 8 recommendation against doing so with spaces.  Also, the convention is to not capitolize the phrase after ':'.

AssertionError: expected call not found.
Expect: mock(2, 3)
Actual: mock(1, 2)
History
Date User Action Args
2018-12-21 21:41:49terry.reedysetrecipients: + terry.reedy, cjw296, michael.foord, mariocj89, xtreak
2018-12-21 21:41:47terry.reedysetmessageid: <1545428507.82.0.377332604947.issue35500@roundup.psfhosted.org>
2018-12-21 21:41:47terry.reedylinkissue35500 messages
2018-12-21 21:41:47terry.reedycreate