[Python-3000-checkins] r58053 - python/branches/py3k/Lib/test/test_doctest.py

guido.van.rossum python-3000-checkins at python.org
Sat Sep 8 18:05:25 CEST 2007


Author: guido.van.rossum
Date: Sat Sep  8 18:05:25 2007
New Revision: 58053

Modified:
   python/branches/py3k/Lib/test/test_doctest.py
Log:
Add REPORT_NDIFF option to o test that was hard to debug recently.


Modified: python/branches/py3k/Lib/test/test_doctest.py
==============================================================================
--- python/branches/py3k/Lib/test/test_doctest.py	(original)
+++ python/branches/py3k/Lib/test/test_doctest.py	Sat Sep  8 18:05:25 2007
@@ -1752,6 +1752,7 @@
     ...     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)


More information about the Python-3000-checkins mailing list