Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Python (http://www.velocityreviews.com/forums/f43-python.html)
-   -   Re: test failed: test_urlwithfrag (http://www.velocityreviews.com/forums/t956299-re-test-failed-test_urlwithfrag.html)

Terry Reedy 01-08-2013 08:44 AM

Re: test failed: test_urlwithfrag
 
On 1/7/2013 1:26 PM, Elli Lola wrote:

> $ ./python -m test -v test_urlwithfrag
>
> == CPython 3.3.0 (default, Jan 4 2013, 23:08:00) [GCC 4.6.3]
> == Linux-3.2.0-35-generic-pae-i686-with-debian-wheezy-sid little-endian
> == /home/me/Programme/Python/Python-3.3.0/build/test_python_30744
> Testing with flags: sys.flags(debug=0, inspect=0, interactive=0,
> optimize=0, dont_write_bytecode=0, no_user_site=0, no_site=0,
> ignore_environment=0, verbose=0, bytes_warning=0, quiet=0,
> hash_randomization=1)
> [1/1] test_urlwithfrag
> test test_urlwithfrag crashed -- Traceback (most recent call last):
> File "/home/me/Programme/Python/Python-3.3.0/Lib/test/regrtest.py",
> line 1213, in runtest_inner
> the_package = __import__(abstest, globals(), locals(), [])
> ImportError: No module named 'test.test_urlwithfrag'
>
> 1 test failed:
> test_urlwithfrag


Read the message I sent you before.

(To everyone else, I already explained that the error message means
exactly what it says and listed the test_urlxxxx files that do exist. No
need to repeat a third time.)

--
Terry Jan Reedy



All times are GMT. The time now is 08:52 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57