It's in the Python unit tests: % find ~/3rdParty/python/cpython/ -name 'script_helper.py' /home/skipm/3rdParty/python/cpython/Lib/test/script_helper.py
That's from 2.7.x, but I imagine it's in the same or a similar location in 3.x. Skip On Thu, Oct 30, 2014 at 10:42 AM, Gustavo Carneiro <[email protected]> wrote: > I get this message when I try to run tulip unit tests with system Python > 3.4.2: > > Skipping 'test_tasks': No module named 'test.script_helper' > > I am trying to add a new test case, but all the task tests are skipped. > Where can I find this test.script_helper module? > > -- > Gustavo J. A. M. Carneiro > Gambit Research > "The universe is always one step beyond logic." -- Frank Herbert
