Re: New mod_python unittest framework

2006-10-10 Thread Jim Gallacher
Graham Dumpleton wrote: Sorry for late reply. I'd say defer this to 3.4, or whatever will come after 3.3. For what little is left to do on 3.3 as it is, we are already bogging down. +1 Even just trying a quick run, came up with a few issues. 1. Can't decode Apache version string.

Re: New mod_python unittest framework

2006-10-07 Thread Graham Dumpleton
Sorry for late reply. I'd say defer this to 3.4, or whatever will come after 3.3. For what little is left to do on 3.3 as it is, we are already bogging down. Even just trying a quick run, came up with a few issues. 1. Can't decode Apache version string. Traceback (most recent call last):

New mod_python unittest framework

2006-10-02 Thread Jim Gallacher
When we started 3.3 development we discussed some of the deficiencies of the current unit test framework, and the general idea of a new design. After a couple of ill-fated attempts at a rewrite I think I have something that fits the bill. At this point it's actually usable, and the code is