[qmtest] Python 2.4?
Mark Mitchell
mark at codesourcery.com
Tue Dec 14 00:11:19 UTC 2004
Ken Horovatin wrote:
> Has anyone looked at running QMTest on Python 2.4?
I've not, but ...
> I'm particularly interested if the changes to the subprocess module would open
> the door to using the process target on Windows.
... that would be great. However, I think that some of the things that
executable.py presently does are probably too complex to be handled with
the subprocess module. I suspect, however, that executable.py could
itself make available as abstractions enough to permit
ProcessTarget.QMTestExecutable to contain no OS-dependent code. In
fact, I don't really see any reason that QMTestExecutable couldn't
derive from RedirectedExecutable. Do you have any interest in trying to
put together a patch to do that?
--
Mark Mitchell
CodeSourcery, LLC
mark at codesourcery.com
(916) 791-8304
More information about the qmtest
mailing list