]> 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:01 +0000 (04:07 -0700)
committerBerker Peksag <berker.peksag@gmail.com>
Fri, 12 Oct 2018 11:07:01 +0000 (14:07 +0300)
commit7a98e302c37781f9c6448a28bc70bff18b7e2862
tree4a307e7ba7692ab7b07ae678481959f5c73e4d80
parentc327a5499fa823f627366c17e20687065fd70449
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]