]> granicus.if.org Git - python/commit
bpo-30664: The description of a unittest subtest now preserves the (#2265)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 23 Jun 2017 18:47:39 +0000 (21:47 +0300)
committerGitHub <noreply@github.com>
Fri, 23 Jun 2017 18:47:39 +0000 (21:47 +0300)
commit48fbe52ac71ea711a4701db909ad1ce2647b09fd
treeea64577a1775111edd2fe21e422641f23bdc0988
parentc38e32a10061a7c6d54e7e53ffabf7af7998f045
bpo-30664: The description of a unittest subtest now preserves the (#2265)

order of keyword arguments of TestCase.subTest().
Lib/unittest/case.py
Lib/unittest/test/test_result.py
Misc/NEWS