Message166763
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. |
|
Date |
User |
Action |
Args |
2012-07-29 14:19:15 | chris.jerdonek | set | recipients:
+ chris.jerdonek, ncoghlan, pitrou, nedbat, serhiy.storchaka, bkabrda |
2012-07-29 14:19:15 | chris.jerdonek | set | messageid: <1343571555.5.0.197696023367.issue14803@psf.upfronthosting.co.za> |
2012-07-29 14:19:14 | chris.jerdonek | link | issue14803 messages |
2012-07-29 14:19:14 | chris.jerdonek | create | |
|