]> granicus.if.org Git - python/commit
Added IGNORE_EXCEPTION_DETAIL comparison option. The need is explained
authorTim Peters <tim.peters@gmail.com>
Sat, 4 Sep 2004 17:21:02 +0000 (17:21 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 4 Sep 2004 17:21:02 +0000 (17:21 +0000)
commit1fbf9c5ec10d38d58837e20a681604440aa7b3da
treeee3e64b8066a13df7de071bdae9aef0bb4d01f12
parentba6019691eddff901bbb7eb5d8a2cc66e5ebaaca
Added IGNORE_EXCEPTION_DETAIL comparison option.  The need is explained
in the new docs.

DocTestRunner.__run:  Separate the determination of the example outcome
from reporting that outcome, to squash brittle code duplication and
excessive nesting.
Doc/lib/libdoctest.tex
Lib/doctest.py
Lib/test/test_doctest.py