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

Skip to content

Commit 1cbd17c

Browse files
bpo-24746: Fix doctest failures when running the testsuite with -R (GH-11501)
(cherry picked from commit c5dc60e) Co-authored-by: Pablo Galindo <[email protected]>
1 parent 2bd5f7e commit 1cbd17c

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

0 commit comments

Comments
 (0)