Issue2767
Created on 2008-05-05 09:32 by dmaurer, last changed 2008-05-12 17:04 by georg.brandl.
| msg66262 (view) |
Author: Dieter Maurer (dmaurer) |
Date: 2008-05-05 09:32 |
|
"doctest.DocTestCase.debug" calls "DebugRunner.run" without
"clear_globs=False". As a consequence, already the runner clears
"test.globs" and it is no longer available to "tearDown" (where
is it cleared again).
|
| msg66741 (view) |
Author: Georg Brandl (georg.brandl) |
Date: 2008-05-12 17:04 |
|
Thanks, fixed in r63174.
|
|
| Date |
User |
Action |
Args |
| 2008-05-12 17:04:30 | georg.brandl | set | status: open -> closed resolution: fixed messages:
+ msg66741 nosy:
+ georg.brandl |
| 2008-05-05 09:32:25 | dmaurer | create | |
|