29 Jul
2010
29 Jul
'10
2:39 p.m.
On 29 July 2010 22:35, Tres Seaver <tseaver@palladion.com> wrote:
I don't believe that zope.testing's testrunner works without 'def test_suite()'.
Latter versions can detect unittest.TestCase-derived test suites automatically. For doctests you still need test_suite(). Martin