21 Mar
2007
21 Mar
'07
6:50 p.m.
On 3/21/07, Philipp von Weitershausen <philipp@weitershausen.de> wrote:
Done. I hadn't even properly run the tests on the 2.8 branch, which would would also have shown that doctest on py 2.3 doesn't have any unittest integration.
But there's zope.testing.doctest which fixes that. It's a drop-in replacement for the doctest module (in fact, it's the one from Python 2.4). You probably want to use that instead of deleting the test case ;).
W00t! Didn't know about that one, thanks! Test re-instated. -- Martijn Pieters