Chris Withers wrote:

> Here's a literal screen dump:
> 
> C:\Zope\2.9i>C:\Zope\2.9.1\bin\python.exe C:\Zope\2.9.1\bin\test.py
> --config-file C:\Zope\2.9i\etc\zope.conf --keepbytecode
> Parsing C:\Zope\2.9i\etc\zope.conf
> Running tests at level 1
> Running unit tests:
>   Running:
>     .C:\Zope\2.9.1\lib\python\OFS\Application.py:598:DeprecationWarning:
> The zLOG package is deprecated and will be removed in Zope 2.11. Use the
> Python logging module instead.
>   ('New disk product detected, determining if we need '
> .................................................
>     .............
>   Ran 63 tests with 0 failures and 0 errors in 6.009 seconds.
> 
> C:\Zope\2.9i>
> 
> It looks bizarre having that carriage return in the middle of the row of
> dots. What's the point of the change that Tres added his patch to avoid
> seeing?

As an aside, in our test suite I make all warnings into errors by default.
And if we don't want to deal with fixing warnings right now, explicitly
silence it (and open a bug report at the same time). The noisier test output
is, the more likely you are to miss relevant information.

-- 
Stuart Bishop <[EMAIL PROTECTED]>
http://www.stuartbishop.net/

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com

Reply via email to