mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Add REPORT_NDIFF option to o test that was hard to debug recently.
This commit is contained in:
parent
f8c37d16f3
commit
4a625c33c1
1 changed files with 1 additions and 0 deletions
|
@ -1752,6 +1752,7 @@ def test_pdb_set_trace_nested():
|
|||
... runner.run(test)
|
||||
... finally:
|
||||
... sys.stdin = real_stdin
|
||||
... # doctest: +REPORT_NDIFF
|
||||
> <doctest test.test_doctest.test_pdb_set_trace_nested[0]>(5)calls_set_trace()
|
||||
-> self.f1()
|
||||
(Pdb) print(y)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue