[Zope-dev] zope.testing 3.8.6 emits deprecation warnings from itself?

Chris Withers chris at simplistix.co.uk
Fri Jan 1 17:33:40 EST 2010


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


More information about the Zope-Dev mailing list