mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Issue #27430: Fix typos, patch by scop.
This commit is contained in:
parent
660c8fc997
commit
e39682b076
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