Skip to content

Commit

Permalink
bpo-24746: Fix doctest failures when running the testsuite with -R (G…
Browse files Browse the repository at this point in the history
…H-11501)

(cherry picked from commit c5dc60e)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
  • Loading branch information
miss-islington and pablogsal committed Jan 10, 2019
1 parent 2bd5f7e commit 1cbd17c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Lib/test/test_doctest.py
Original file line number Diff line number Diff line change
Expand Up @@ -2450,8 +2450,7 @@ def test_unittest_reportflags():
Then the default eporting options are ignored:
>>> result = suite.run(unittest.TestResult())
"""
"""
*NOTE*: These doctest are intentionally not placed in raw string to depict
the trailing whitespace using `\x20` in the diff below.
Expand Down

0 comments on commit 1cbd17c

Please sign in to comment.