[Zope-dev] [PATCH] zope.app.testing: Use doctest instead of deprecated zope.testing.doctest

Jonathan Lange jml at mumak.net
Sat Apr 10 13:42:49 EDT 2010


Hello,

Recent versions of zope.testing deprecate the zope.testing.doctest
module in favour of the standard library's doctest module.
zope.app.testing currently uses zope.testing.doctest for its tests and
to provide its functional testing features. This patch changes it to
use standard library doctest.

The patch also deletes a repeated import line from
zope.app.testing.functional, caught thanks to pyflakes.

jml
-------------- next part --------------
A non-text attachment was scrubbed...
Name: zat-doctest.diff
Type: text/x-patch
Size: 1504 bytes
Desc: not available
Url : http://mail.zope.org/pipermail/zope-dev/attachments/20100410/55bef99e/attachment.bin 


More information about the Zope-Dev mailing list