Maybe you need to install the dev package? The default installation
probably doesn't include all the test files, to save space.

On Thu, Oct 30, 2014 at 8:57 AM, Gustavo Carneiro <[email protected]>
wrote:

>
>
> On 30 October 2014 15:51, Skip Montanaro <[email protected]> wrote:
>
>> 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.
>>
>>
> Thanks.
>
> I don't know why but Ubuntu (14.10) doesn't include test.script_helper, it
> only has test.support.  Sorry, maybe it was a stupid question to ask here.
>
>
>> 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
>>
>
>
>
> --
> Gustavo J. A. M. Carneiro
> Gambit Research
> "The universe is always one step beyond logic." -- Frank Herbert
>



-- 
--Guido van Rossum (python.org/~guido)

Reply via email to