Re: [Zope-dev] zope-tests - FAILED: 7, OK: 39

2012-05-16 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/16/2012 09:00 PM, Zope tests summarizer wrote: > [1]FAILED winbot / ZODB_dev py_265_win32 > https://mail.zope.org/pipermail/zope-tests/2012-May/063149.html > > > [2]FAILED winbot / ZODB_dev py_265_win64 > https://mail.zope.org/piper

[Zope-dev] zope-tests - FAILED: 7, OK: 39

2012-05-16 Thread Zope tests summarizer
This is the summary for test reports received on the zope-tests list between 2012-05-15 00:00:00 UTC and 2012-05-16 00:00:00 UTC: See the footnotes for test reports of unsuccessful builds. An up-to date view of the builders is also available in our buildbot documentation: http://docs.zope.org/

Re: [Zope-dev] zope-tests - FAILED: 3, OK: 42

2012-05-16 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/16/2012 12:43 PM, Tres Seaver wrote: > [1]FAILED winbot / zope.configuration_py_265_32 > https://mail.zope.org/pipermail/zope-tests/2012-May/063067.html >> > > >>> Real test failures: missing path normalization and others > I

Re: [Zope-dev] zope-tests - FAILED: 3, OK: 42

2012-05-16 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/16/2012 05:10 AM, Michael Howitz wrote: > Am 16.05.2012 um 03:00 schrieb Zope tests summarizer: >> Non-OK results -- >> >> [1]FAILED winbot / zope.configuration_py_265_32 >> https://mail.zope.org/pipermail/zope-tests/2012-May/0

Re: [Zope-dev] zope-tests - FAILED: 3, OK: 42

2012-05-16 Thread Michael Howitz
Am 16.05.2012 um 03:00 schrieb Zope tests summarizer: > Non-OK results > -- > > [1]FAILED winbot / zope.configuration_py_265_32 > https://mail.zope.org/pipermail/zope-tests/2012-May/063067.html Real test failures: missing path normalization and others > [2]FAILED winb

[Zope-dev] Puzzle re zope.pytest

2012-05-16 Thread Jeff Rush
Are many folks using zope.pytest? We're looking into it but, for such a small amount of code, are finding it a bit odd and seemingly broken. Breaking down the basic creation of an application object, here is what the code does, with indentation to show what a method call performs: create_app()