Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c5dc60e

Browse files
pablogsalorsenthil
authored andcommitted
bpo-24746: Fix doctest failures when running the testsuite with -R (python#11501)
1 parent fb2c346 commit c5dc60e

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
@@ -2451,8 +2451,7 @@ def test_unittest_reportflags():
24512451
Then the default eporting options are ignored:
24522452
24532453
>>> result = suite.run(unittest.TestResult())
2454-
"""
2455-
"""
2454+
24562455
*NOTE*: These doctest are intentionally not placed in raw string to depict
24572456
the trailing whitespace using `\x20` in the diff below.
24582457

0 commit comments

Comments
 (0)