[Python-checkins] [python/cpython] 6b585f: Fix unittest.mock._Call: don't ignore name (#307)

GitHub noreply at github.com
Sun Feb 26 08:06:13 EST 2017


  Branch: refs/heads/3.5
  Home:   https://github.com/python/cpython
  Commit: 6b585fddc9ad472d8c962aba26cf25809451b2b5
      https://github.com/python/cpython/commit/6b585fddc9ad472d8c962aba26cf25809451b2b5
  Author: Berker Peksag <berker.peksag at gmail.com>
  Date:   2017-02-26 (Sun, 26 Feb 2017)

  Changed paths:
    M Lib/unittest/mock.py
    M Lib/unittest/test/testmock/testhelpers.py
    M Misc/NEWS

  Log Message:
  -----------
  Fix unittest.mock._Call: don't ignore name (#307)

Issue #28961: Fix unittest.mock._Call helper: don't ignore the name parameter
anymore.

Patch written by Jiajun Huang.

(cherry picked from commits 84b6fb0eea29b3b28a1a11124526b01ec0c9d17a
and dea1536fd3a8424d537794cd53715df0989cbbe1)

Conflicts:

	Misc/NEWS




More information about the Python-checkins mailing list