Re: zope.testing 3.8.6 emits deprecation warnings from itself?
Chris Withers <[email protected]>
| Newsgroups | gmane.comp.web.zope.devel |
|---|---|
| Message-ID | <[email protected]> |
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
_______________________________________________
Zope-Dev maillist - [email protected]
https://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
https://mail.zope.org/mailman/listinfo/zope-announce
https://mail.zope.org/mailman/listinfo/zope )