From 0167c08163f44f4a033497102244bbb6150f606b Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Thu, 10 Jan 2019 12:55:08 -0800 Subject: bpo-24746: Fix doctest failures when running the testsuite with -R (#11501) (#11512) --- Lib/test/test_doctest.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Lib/test/test_doctest.py b/Lib/test/test_doctest.py index 88f4b61..a7a6845 100644 --- a/Lib/test/test_doctest.py +++ b/Lib/test/test_doctest.py @@ -2355,8 +2355,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. -- cgit v0.12