[Zope-dev] zope.testrunner and nose count doctests differently

Benji York benji at benjiyork.com
Thu Nov 3 12:31:16 UTC 2011


On Thu, Nov 3, 2011 at 7:13 AM, Chris Withers <chris at simplistix.co.uk> wrote:
> The code uses Manuel, under both nose and zope.testrunner:

Manuel will report the same test count under both nose and
zope.testrunner but I don't know if nose respects the count provided.

You could put a breakpoint in TestCase.countTestCases() of
manuel/testing.py and see if it gets called by nose and what it does
with the result.

If you will tell me how you wired up Manuel and nose, I'd love to add a
how-to section to the Manuel docs.
-- 
Benji York


More information about the Zope-Dev mailing list