23 Feb
2010
23 Feb
'10
3:07 p.m.
On Tue, Feb 23, 2010 at 9:57 AM, Marius Gedminas <marius@gedmin.as> wrote:
I'd like to chime in and suggest using WSGI to hook up zope.testbrowser and zope.app.testing.functional (or a better-designed replacement for the latter). Then you could plug in W3CValidatingMiddleware (if one doesn't exist, it should be trivial to write it) between them.
+1 The ability to plug in testing code into the WSGI pipeline the same way we plug in production code into a WSGI server pipeline sounds cool. -- Benji York