We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 245a79d commit 9bf4ebbCopy full SHA for 9bf4ebb
tests/rundoctest.py
@@ -30,7 +30,7 @@
30
31
print("="*80)
32
print("Testing {}".format(mod.__name__))
33
- test = doctest.testmod(mod, optionflags=doctest.ELLIPSIS|doctest.REPORT_NDIFF|doctest.IGNORE_EXCEPTION_DETAIL)
+ test = doctest.testmod(mod, optionflags=doctest.ELLIPSIS|doctest.REPORT_NDIFF)
34
failed += test.failed
35
attempted += test.attempted
36
0 commit comments