mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Issue #27430: Merge from 3.5
This commit is contained in:
commit
a9e1ebb780
4 changed files with 4 additions and 4 deletions
|
|
@ -339,7 +339,7 @@ class Test_TestCase(unittest.TestCase, TestEquality, TestHashing):
|
|||
self._check_call_order__subtests(result, events, expected)
|
||||
|
||||
def test_run_call_order__subtests_legacy(self):
|
||||
# With a legacy result object (without a addSubTest method),
|
||||
# With a legacy result object (without an addSubTest method),
|
||||
# text execution stops after the first subtest failure.
|
||||
events = []
|
||||
result = LegacyLoggingResult(events)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue