Chris Jerdonek added the comment:

Ned, two questions: in the scenario you just described, is it a requirement 
that your test suite's code need not be modified (even minimally) to support 
coverage of subprocesses?

And can the solution assume that the test suite is spawning the Python 
processes in certain standard ways, or must it address all possible ways (even 
convoluted ones)?  If the former, what are the standard ways?  I am referring 
to things like the path to the Python interpreter invoked and how that is 
obtained, whether the subprocess module is always used, etc.

These questions are meant to help pin down the scope of what needs to be 
satisfied.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14803>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to