]> granicus.if.org Git - python/commitdiff
bpo-24746: Fix doctest failures when running the testsuite with -R (#11501)
authorPablo Galindo <Pablogsal@gmail.com>
Thu, 10 Jan 2019 14:29:40 +0000 (14:29 +0000)
committerSenthil Kumaran <skumaran@gatech.edu>
Thu, 10 Jan 2019 14:29:40 +0000 (06:29 -0800)
Lib/test/test_doctest.py

index c40c389268731c777fff68b697606bd92af53b49..f1013f25725964121225202cf666e57ed00b9e66 100644 (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.