]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-24928: Add test case for patch.dict using OrderedDict (GH -11437)
authorEmmanuel Arias <eamanu@yaerobi.com>
Fri, 24 Jan 2020 08:14:14 +0000 (05:14 -0300)
committerChris Withers <chris@withers.org>
Fri, 24 Jan 2020 08:14:14 +0000 (08:14 +0000)
commit1d0c5e16eab29d55773cc4196bb90d2bf12e09dd
tree3af07df180446b2416e47213a572ec87036a4cba
parent65ecc390c1fa5acdd6348ae3f9843bbdcd8870d1
bpo-24928: Add test case for patch.dict using OrderedDict (GH -11437)

* add test for path.dict using OrderedDict

Co-authored-by: Yu Tomita nekobon@users.noreply.github.com
Lib/unittest/test/testmock/testpatch.py