]> granicus.if.org Git - python/commit
Closes #21256: Printout of keyword args in deterministic order in mock calls.
authorKushal Das <kushaldas@gmail.com>
Mon, 9 Jun 2014 08:15:56 +0000 (13:45 +0530)
committerKushal Das <kushaldas@gmail.com>
Mon, 9 Jun 2014 08:15:56 +0000 (13:45 +0530)
commit047f14c3c6ed39371fab2d93db8dfd5b5fdb06f1
treec3b9bd6d71958bed15ed603d96dca6761d82c928
parent85e4235c0e702b180f3f50b0124fd40c2f460be0
Closes #21256: Printout of keyword args in deterministic order in mock calls.

Printout of keyword args should be in deterministic order in
a mock function call. This will help to write better doctests.
Lib/unittest/mock.py
Lib/unittest/test/testmock/testmock.py
Misc/NEWS