Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #36420

Re: test failed: test_urlwithfrag

Path csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!newsfeed.eweka.nl!feeder3.eweka.nl!81.171.88.15.MISMATCH!eweka.nl!lightspeed.eweka.nl!194.134.4.91.MISMATCH!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.000
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'cpython': 0.05; 'importerror:': 0.05; 'skip:" 60': 0.05; 'subject:skip:t 10': 0.07; 'subject:test': 0.07; '[])': 0.09; 'before.': 0.09; 'exist.': 0.09; 'failed:': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'terry': 0.09; './python': 0.16; 'crashed': 0.16; 'globals(),': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'subject:failed': 0.16; 'time.)': 0.16; 'verbose=0,': 0.16; 'wrote:': 0.17; 'else,': 0.17; 'jan': 0.18; 'module': 0.19; 'testing': 0.24; 'header:In- Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; '(most': 0.27; 'header:X-Complaints-To:1': 0.28; 'skip:_ 10': 0.29; 'error': 0.30; 'file': 0.32; "skip:' 20": 0.32; 'says': 0.33; 'traceback': 0.33; 'to:addr:python-list': 0.33; 'everyone': 0.33; 'skip:d 20': 0.34; 'third': 0.34; 'pm,': 0.35; 'received:org': 0.36; 'test': 0.36; 'subject:: ': 0.38; 'files': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'repeat': 0.62; 'skip:n 10': 0.63; 'received:fios.verizon.net': 0.84
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Terry Reedy <tjreedy@udel.edu>
Subject Re: test failed: test_urlwithfrag
Date Tue, 08 Jan 2013 03:44:47 -0500
References <trinity-9869b47e-c472-4bfb-99a2-3c1e2f8f6ee7-1357583191852@3capp-webde-bs08>
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host pool-173-75-251-66.phlapa.fios.verizon.net
User-Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0
In-Reply-To <trinity-9869b47e-c472-4bfb-99a2-3c1e2f8f6ee7-1357583191852@3capp-webde-bs08>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.267.1357634992.2939.python-list@python.org> (permalink)
Lines 30
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1357634992 news.xs4all.nl 6863 [2001:888:2000:d::a6]:54612
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:36420

Show key headers only | View raw


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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: test failed: test_urlwithfrag Terry Reedy <tjreedy@udel.edu> - 2013-01-08 03:44 -0500

csiph-web