DescriptionFix small error in SimpleMock.
It's bad python practice to use a class-level member that is mutable. self.calls
is already initialized in __init__ so it's not useful (and dangerous) to have it
as a class member.
R=cmp@chromium.org
BUG=
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=175368
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|