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

This commit is contained in:
Pablo Galindo 2019-01-10 14:29:40 +00:00 committed by Senthil Kumaran
parent fb2c3465f0
commit c5dc60ea85
1 changed files with 1 additions and 2 deletions

View File

@ -2451,8 +2451,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.