Re: [Zope-dev] SVN: Zope/branches/2.13/ fix `LazyMap` to avoid unnecessary function calls when not accessing items in order (fixes http://dev.plone.org/plone/ticket/9018)

2010-12-15 Thread Andreas Zeidler
hi tres, On 14.12.2010, at 18:11, Tres Seaver wrote: > On 12/14/2010 09:12 AM, Andreas Zeidler wrote: >> Modified: Zope/branches/2.13/src/Products/ZCatalog/Lazy.py >> === >> --- Zope/branches/2.13/src/Products/ZCatalog/Lazy.py 2010-12

[Zope-dev] Zope Tests: 96 OK, 26 Failed

2010-12-15 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Tue Dec 14 12:00:00 2010 UTC to Wed Dec 15 12:00:00 2010 UTC. There were 122 messages: 8 from Zope Tests, 4 from buildbot at pov.lt, 28 from buildbot at winbot.zope.org, 11 from ccomb at free.fr, 71 from jdriessen at thehealthagency.com. Test f

[Zope-dev] zope.testbrowser and WebTest

2010-12-15 Thread Brian Sutherland
Hi, I've committed a WebTest integration with testbrowser to a "jinty-webtest" branch. It basically uses WebTest as a backend to drive a WSGI application. This feature makes it possible to do this in a test: >>> app = make_my_wsgi_app() >>> from webtest import TestApp >>> from zope.t

Re: [Zope-dev] zope.testbrowser and WebTest

2010-12-15 Thread Benji York
On Wed, Dec 15, 2010 at 8:06 AM, Brian Sutherland wrote: > I've committed a WebTest integration with testbrowser to a > "jinty-webtest" branch. It basically uses WebTest as a backend to drive > a WSGI application. This sounds like a nice improvement over using wsgi-intercept (http://code.google.c

Re: [Zope-dev] zope.testbrowser and WebTest

2010-12-15 Thread Jim Fulton
On Wed, Dec 15, 2010 at 8:06 AM, Brian Sutherland wrote: > Hi, > > I've committed a WebTest integration with testbrowser to a > "jinty-webtest" branch. It basically uses WebTest as a backend to drive > a WSGI application. > > This feature makes it possible to do this in a test: > >    >>> app = ma

Re: [Zope-dev] zope.testbrowser and WebTest

2010-12-15 Thread Brian Sutherland
On Wed, Dec 15, 2010 at 08:53:00AM -0500, Benji York wrote: > On Wed, Dec 15, 2010 at 8:06 AM, Brian Sutherland > wrote: > > I've committed a WebTest integration with testbrowser to a > > "jinty-webtest" branch. It basically uses WebTest as a backend to drive > > a WSGI application. > > This soun

Re: [Zope-dev] zope.testbrowser and WebTest

2010-12-15 Thread Brian Sutherland
On Wed, Dec 15, 2010 at 08:53:00AM -0500, Benji York wrote: > If you want, I should have time to review your branch again before you > merge it. Ok, I've done some minimal refactoring and am ready to merge the branch when you've reviewed it. -- Brian Sutherland __

Re: [Zope-dev] zope.testbrowser and WebTest

2010-12-15 Thread Hanno Schlichting
On Wed, Dec 15, 2010 at 2:06 PM, Brian Sutherland wrote: > I've managed to get the existing tests to run against this browser with > two new testing dependencies: >    WebTest >    zope.app.wsgi zope.app.wsgi shouldn't be a dependency of zope.testbrowser. It's ok if it's pulled in via a specific

Re: [Zope-dev] zope.testbrowser and WebTest

2010-12-15 Thread Brian Sutherland
On Thu, Dec 16, 2010 at 12:06:36AM +0100, Hanno Schlichting wrote: > On Wed, Dec 15, 2010 at 2:06 PM, Brian Sutherland > wrote: > > I've managed to get the existing tests to run against this browser with > > two new testing dependencies: > >    WebTest > >    zope.app.wsgi > > zope.app.wsgi shoul