]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-24746: Fix doctest failures when running the testsuite with -R (#11501) (#11512)
authorSenthil Kumaran <skumaran@gatech.edu>
Thu, 10 Jan 2019 20:55:08 +0000 (12:55 -0800)
committerGitHub <noreply@github.com>
Thu, 10 Jan 2019 20:55:08 +0000 (12:55 -0800)
Lib/test/test_doctest.py

index 88f4b6127938e5f51cde8f3119d4bce6df20e19e..a7a6845246641bf6e4f186dc01f16bac970153e3 100644 (file)
@@ -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.