test failed: test_urlwithfrag

Irmen de Jong irmen.NOSPAM at xs4all.nl
Mon Jan 7 18:09:12 EST 2013


On 7-1-2013 19:26, Elli Lola wrote:
> I never used python before and installed it today the first time, so I have no idea what
> to do about this failure:
> 
> 
> $ ./python -m test -v test_urlwithfrag

[..snip..]

> ImportError: No module named 'test.test_urlwithfrag'
> 
> 1 test failed:
>     test_urlwithfrag

The error message says it all, really: there is no regression test module called
"test_urlwithfrag".  (At least, not on my python 3.3 installation)

Check the contents of your <python-install-dir>/Lib/test directory to see what is
available instead.


Irmen




More information about the Python-list mailing list