Skip to content

Commit 0167c08

Browse files
authored
bpo-24746: Fix doctest failures when running the testsuite with -R (#11501) (#11512)
1 parent c0a1d73 commit 0167c08

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Lib/test/test_doctest.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2355,8 +2355,7 @@ def test_unittest_reportflags():
23552355
Then the default eporting options are ignored:
23562356
23572357
>>> result = suite.run(unittest.TestResult())
2358-
"""
2359-
"""
2358+
23602359
*NOTE*: These doctest are intentionally not placed in raw string to depict
23612360
the trailing whitespace using `\x20` in the diff below.
23622361

0 commit comments

Comments
 (0)