doctest quiet again before exit how

p.lavarre at ieee.org p.lavarre at ieee.org
Wed Oct 18 11:30:36 EDT 2006


> ... every run of doctest after the first is verbose ...
> *** DocTestRunner.merge: '__main__' in both testers; summing outcomes.

Another path to the same bug:

import doctest
print doctest.testfile(__file__, verbose=False)
print doctest.testfile(__file__, verbose=False)

Mystifiedly yours, rank Python newbie, Pat LaVarre




More information about the Python-list mailing list