mirror of
https://github.com/python/cpython.git
synced 2025-10-17 12:18:23 +00:00
bpo-24746: Fix doctest failures when running the testsuite with -R (#11501)
This commit is contained in:
parent
fb2c3465f0
commit
c5dc60ea85
1 changed files with 1 additions and 2 deletions
|
@ -2451,8 +2451,7 @@ def test_unittest_reportflags():
|
||||||
Then the default eporting options are ignored:
|
Then the default eporting options are ignored:
|
||||||
|
|
||||||
>>> result = suite.run(unittest.TestResult())
|
>>> result = suite.run(unittest.TestResult())
|
||||||
"""
|
|
||||||
"""
|
|
||||||
*NOTE*: These doctest are intentionally not placed in raw string to depict
|
*NOTE*: These doctest are intentionally not placed in raw string to depict
|
||||||
the trailing whitespace using `\x20` in the diff below.
|
the trailing whitespace using `\x20` in the diff below.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue