Thanks to visit codestin.com Credit goes to github.com
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 f265e7c commit d8ccc43Copy full SHA for d8ccc43
doctests.py
@@ -17,5 +17,5 @@
17
modules = [__import__(name.replace('.py',''))
18
for arg in args if arg != "-v" for name in glob.glob(arg)]
19
for module in modules:
20
- doctest.testmod(module, report=1)
+ doctest.testmod(module, report=1, optionflags=doctest.REPORT_UDIFF)
21
print '%d failed out of %d' % doctest.master.summarize()
0 commit comments