Skip to content

Commit 4a625c3

Browse files
committed
Add REPORT_NDIFF option to o test that was hard to debug recently.
1 parent f8c37d1 commit 4a625c3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/test/test_doctest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1752,6 +1752,7 @@ def test_pdb_set_trace_nested():
17521752
... runner.run(test)
17531753
... finally:
17541754
... sys.stdin = real_stdin
1755+
... # doctest: +REPORT_NDIFF
17551756
> <doctest test.test_doctest.test_pdb_set_trace_nested[0]>(5)calls_set_trace()
17561757
-> self.f1()
17571758
(Pdb) print(y)

0 commit comments

Comments
 (0)