Message332302
| 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:49 | terry.reedy | set | recipients:
+ terry.reedy, cjw296, michael.foord, mariocj89, xtreak |
| 2018-12-21 21:41:47 | terry.reedy | set | messageid: <1545428507.82.0.377332604947.issue35500@roundup.psfhosted.org> |
| 2018-12-21 21:41:47 | terry.reedy | link | issue35500 messages |
| 2018-12-21 21:41:47 | terry.reedy | create | |
|