]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34900: Make TestCase.debug() work with subtests (GH-9707)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 12 Oct 2018 11:07:44 +0000 (04:07 -0700)
committerBerker Peksag <berker.peksag@gmail.com>
Fri, 12 Oct 2018 11:07:44 +0000 (14:07 +0300)
commitc1fe49c01f3850aaa32a7d75e47f90eb5c5f7efe
treef10c478d5521acaa47e0e4967512fc4469c09904
parentd918e98056b7ef8d90d71805531cec3e67b5450e
bpo-34900: Make TestCase.debug() work with subtests (GH-9707)

(cherry picked from commit da2bf9f66d0c95b988c5d87646d168f65499b316)

Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
Lib/unittest/case.py
Lib/unittest/test/test_case.py
Misc/NEWS.d/next/Library/2018-10-05-05-55-53.bpo-34900.8RNiFu.rst [new file with mode: 0644]