flake8
passed.
JSHint
passed.
Review Request #11798 — Created Aug. 20, 2021 and submitted
In match-based spy operations, exceptions are raised when a call is made
to a spy that either exceeds or doesn't match the list of expected
calls.To help with debugging these situations, the exception now includes the
call that triggered the exception.This uncovered an issue in
SpyCall.__repr__
where a)
was missing
near the end of the string.
Unit tests pass on Python 2 and 3.
Summary | ID |
---|---|
a12455929d5fa328f8f0075c5eee014d9d587835 |
Added the missing unit test update.
Summary | ID | |
---|---|---|
dec9bedfd3f5500e698f1f5245f9e0d0dc9c02de | ||
a12455929d5fa328f8f0075c5eee014d9d587835 |
Revision 2 (+14 -6)