]> granicus.if.org Git - python/commit
When using -R, lots of "*** DocTestRunner.merge:" nuisance messages
authorTim Peters <tim.peters@gmail.com>
Thu, 13 Apr 2006 23:12:24 +0000 (23:12 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 13 Apr 2006 23:12:24 +0000 (23:12 +0000)
commit7db4f2460f45c2d43477c5cf852abbb84b65deff
tree6852c33ce82237f2141a2674507fc4a7d58e4104
parent8e6480ca02adb3cb790c0e12cef13cc41d2744e2
When using -R, lots of "*** DocTestRunner.merge:" nuisance messages
appear.  Get rid of them by nuking doctest's default DocTestRunner
instance as part of cleanup().  Also cleanup() before running the
first test repetition (the test was run once before we get into
the -R branch).
Lib/test/regrtest.py