On Tue, Feb 23, 2010 at 08:57:09AM -0500, Benji York wrote: > On Sat, Feb 20, 2010 at 7:53 AM, Ross Patterson <[email protected]> wrote: > > I started a branch for doing W3C HTML validation on responses to > > zope.testbrowser requests: > > > > svn://svn.zope.org/repos/main/zope.testbrowser/branches/rossp-validator > > > > The idea is to be able to flip a switch and run all my functional > > zope.testbrowser tests and see validation failures as test failures. > > I'm not keen on this idea. Validation checking isn't hard to do with > testbrowser as-is, and doing it on every page load is overkill. Add to > that the global nature of the required switch and this really doesn't > seem like the right approach.
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. Marius Gedminas -- http://pov.lt/ -- Zope 3 consulting and development
signature.asc
Description: Digital signature
_______________________________________________ Zope-Dev maillist - [email protected] https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )
