René Dudfield wrote: > Should I still finish the static file generation, or is this not wanted?
I like the idea, if only from a stability standpoint. (Granted, stability has been improved greatly of late, but static files will always trump dynamic page generation). > As part of it I want to write some unittests and regression > tests/monitoring scripts. +1 > I guess a tool for this stuff might be the webunit that Richard Jones > wrote? Or some other tool? http://mechanicalcat.net/tech/webunit/ There's a good list of web testing tools at http://pycheesecake.org/wiki/PythonTestingToolsTaxonomy#WebTestingTools. I have a fondness for doctest, so would recommend that as well. -- Benji York http://benjiyork.com _______________________________________________ Catalog-SIG mailing list [email protected] http://mail.python.org/mailman/listinfo/catalog-sig
