Change by Susan Su :
--
keywords: +patch
pull_requests: +12037
stage: needs patch -> patch review
___
Python tracker
<https://bugs.python.org/issue33043>
___
_
Change by Susan Su :
--
keywords: +patch
pull_requests: +12036
stage: needs patch -> patch review
___
Python tracker
<https://bugs.python.org/issue21150>
___
_
Susan Su added the comment:
I'm available to start working on this bug. Please let me know if any
suggestions, concerns or comments come up! Thank you.
--
nosy: +suhearsawho
___
Python tracker
<https://bugs.python.org/is
Susan Su added the comment:
I am available to start working on this bug. Please let me know if any issues,
concerns, or suggestions come up! Thank you.
--
nosy: +suhearsawho
___
Python tracker
<https://bugs.python.org/issue33
Susan Su added the comment:
After taking a look at the assert_called_with function, I noticed that the
formatting is inconsistent for the following case:
from unittest import mock
m = mock.Mock()
a = [1, 2, 3, 4]
m.assert_called_with(*a)
Traceback (most recent call last):
File "&quo