[Zope-dev] zope.testing 3.8.6 emits deprecation warnings from itself?
Benji York
benji at zope.com
Sun Jan 3 17:03:44 EST 2010
On Wed, Dec 30, 2009 at 7:45 AM, Marius Gedminas <marius at gedmin.as> wrote:
> On Wed, Dec 30, 2009 at 08:58:52AM +0100, Lennart Regebro wrote:
>> On Tue, Dec 29, 2009 at 23:47, Marius Gedminas <marius at gedmin.as> wrote:
>> > * support for the INTERPRET_FOOTNOTES feature
>>
>> Then they should use Manuel.
>
> Good, so we have a migration path for this bit!
>
> How mechanical can such a transformation be?
The transformation should be reasonably mechanical. Something like this
(untested):
m = manuel.footnote.Manuel()
m += manuel.doctest.Manuel(**kw)
return manuel.testing.TestSuite(m, 'foo.txt')
--
Benji York
More information about the Zope-Dev
mailing list