Issue #27430: Merge from 3.5

This commit is contained in:
Berker Peksag 2016-07-01 12:17:45 +03:00
commit a9e1ebb780
4 changed files with 4 additions and 4 deletions

View file

@ -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)