[PATCH] zope.app.testing: Use doctest instead of deprecated zope.testing.doctest
10 Apr
2010
10 Apr
'10
5:42 p.m.
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
5863
Age (days ago)
5863
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jonathan Lange