mirror of
https://github.com/python/cpython.git
synced 2026-04-22 03:41:08 +00:00
bpo-24746: Fix doctest failures when running the testsuite with -R (GH-11501)
(cherry picked from commit c5dc60ea85)
Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
This commit is contained in:
parent
2bd5f7e91a
commit
1cbd17c698
1 changed files with 1 additions and 2 deletions
|
|
@ -2450,8 +2450,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…
Add table
Add a link
Reference in a new issue