1 Jan
2010
1 Jan
'10
10:33 p.m.
Marius Gedminas wrote:
It should be simple to monkey-patch this too, by setting DocTestCase.failureException, so we can support Python 2.5 through 3.1
How mechanical can such a transformation be? Is it sufficient to replace
zope.testing.doctest.DocFileSuite('foo.txt', **kw)
with
manuel.testing.TestSuite(manuel.doctest.Manuel(), 'foo.txt', **kw) No idea, the Manuel experts need to answer that. :)
I was afraid you'd say that...
I wonder if Benji missed this thread? Chris -- Simplistix - Content Management, Batch Processing & Python Consulting - http://www.simplistix.co.uk