mirror of
https://github.com/python/cpython.git
synced 2024-11-24 18:34:43 +08:00
bpo-24746: Fix doctest failures when running the testsuite with -R (#11501)
This commit is contained in:
parent
fb2c3465f0
commit
c5dc60ea85
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user