On Fri, Jul 24, 2009 at 2:38 AM, Wolfgang Schnerring<[email protected]> wrote: > Log message for revision 102202: > when a test module does not define a test_suite, first try to load > any unittest.TestCase descendants in it before complaining it does not > contain any tests
I'd rather zope.testing support the test discovery protocol recently added to the Python standard library and backported as the "discover" module (http://pypi.python.org/pypi/discover). -- Benji York Senior Software Engineer Zope Corporation _______________________________________________ Zope-Dev maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )
