Skip to content

Commit 9bf4ebb

Browse files
committed
Drop IGNORE_EXCEPTION_DETAIL
1 parent 245a79d commit 9bf4ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/rundoctest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
print("="*80)
3232
print("Testing {}".format(mod.__name__))
33-
test = doctest.testmod(mod, optionflags=doctest.ELLIPSIS|doctest.REPORT_NDIFF|doctest.IGNORE_EXCEPTION_DETAIL)
33+
test = doctest.testmod(mod, optionflags=doctest.ELLIPSIS|doctest.REPORT_NDIFF)
3434
failed += test.failed
3535
attempted += test.attempted
3636

0 commit comments

Comments
 (0)