Re: Testing mod_python on win32

2005-12-06 Thread Nicolas Lehuen
David,Though your code seems perfect, I'm a bit worried about installing a service, even temporary, for testing purposes.It adds another point where the test could fail for setup reasons, and should the test end unexpectedly, the tester's system has an extra service which points to a temporary gene

Re: Testing mod_python on win32

2005-12-06 Thread David Fraser
Hi Nicolas Of course, one way of fixing this up is ensuring we use a test framework that cleans everything up. As it stands, we could potentially have Apache processes left hanging around... In fact we could have a service left running that seems to be the standard Apache service but is in fac