Message241069
Hey there @flipmcf, is the change which adds `script_helpers` to test.support is missing from your patch?
>>> import test.support.script_helper
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named 'test.support.script_helper'
I'm thinking also, maybe instead of putting script_helper into the test.support namespace, we could move the individual methods and helpers from script_helper into test.support, e.g.:
test.support.run_python_until_end
vs.
test.support.script_helper.run_python_until_end |
|
Date |
User |
Action |
Args |
2015-04-15 01:28:32 | bobcatfish | set | recipients:
+ bobcatfish, ncoghlan, pitrou, ezio.melotti, r.david.murray, michael.foord, BreamoreBoy, Rodrigue.Alcazar, flipmcf |
2015-04-15 01:28:32 | bobcatfish | set | messageid: <1429061312.73.0.624807945202.issue9517@psf.upfronthosting.co.za> |
2015-04-15 01:28:32 | bobcatfish | link | issue9517 messages |
2015-04-15 01:28:32 | bobcatfish | create | |
|