bpo-24746: Fix doctest failures when running the testsuite with -R (GH-11501)

(cherry picked from commit c5dc60ea85)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
This commit is contained in:
Miss Islington (bot) 2019-01-10 08:02:26 -08:00 committed by GitHub
parent 2bd5f7e91a
commit 1cbd17c698
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.