]> granicus.if.org Git - python/commit
Issue #22894: TestCase.subTest() would cause the test suite to be stopped when in...
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 23 Nov 2014 14:56:41 +0000 (15:56 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 23 Nov 2014 14:56:41 +0000 (15:56 +0100)
commitb9079c81dd05605c004395bfe88fba66b802fa6a
tree420c63fc30cbc0bf4a08fbad8206f3291eb23f7a
parent65bfb38247b83c0b5b492e63714a44a8f26d24ad
parent18f22989dd73c7b9c09a746e89cb9d7ce7243d1d
Issue #22894: TestCase.subTest() would cause the test suite to be stopped when in failfast mode, even in the absence of failures.
Lib/unittest/test/test_case.py
Misc/NEWS