Message 332302 - Python tracker (original) (raw)
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)