[Zope3-dev] Win32 Tests - Zope 3 (C extensions built with Borland
compiler) - Not OK :-(
Chris Withers
chrisw@nipltd.com
Mon, 25 Nov 2002 13:39:45 +0000
Godefroid Chapelle wrote:
>
> So that the current output of autotester seems incoherent having Not OK
> in its subject but still finishing with ran xx tests OK.
This is actually a bug in either the Zope 3 test runner or unittest.py.
What's happening is that errors are being reported on import of modules, and
that's not reflected in the 'OK' at the bottom.
FWIW, the 'Not OK :-(' is definitely the desired behavioru in this case, since
there are tests here that are so broken they can't even be imported.
cheers,
Chris