mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Issue #25548: Showing memory address of class objects in repl
This commit is contained in:
parent
409482251b
commit
5801ecb440
20 changed files with 106 additions and 92 deletions
|
|
@ -2338,7 +2338,7 @@ def test_DocFileSuite():
|
|||
`__file__` global, which is set to the name of the file
|
||||
containing the tests:
|
||||
|
||||
>>> suite = doctest.DocFileSuite('test_doctest3.txt')
|
||||
>>> suite = doctest.DocFileSuite('test_doctest3.txt', optionflags=doctest.ELLIPSIS)
|
||||
>>> suite.run(unittest.TestResult())
|
||||
<unittest.result.TestResult run=1 errors=0 failures=0>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue