Commit 0167c081 authored by Senthil Kumaran's avatar Senthil Kumaran Committed by GitHub

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

parent c0a1d73c
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment