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


Groups > comp.lang.python > #5770

Re: test_argparse.py FAILED (failures=6)

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!selfless.tophat.at!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <g.rodola@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.001
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'bug': 0.02; 'url:bugs': 0.05; 'raised': 0.07; 'wrapper': 0.07; 'skip:" 60': 0.09; 'run_unittest': 0.16; 'subject:=': 0.16; 'subject:skip:t 10': 0.16; 'traceback': 0.16; '(most': 0.16; 'cc:addr:python-list': 0.17; 'skip:= 70': 0.17; 'url:code': 0.17; 'occurred': 0.19; 'header:In-Reply-To:1': 0.21; 'posting': 0.21; 'cc:2**0': 0.22; 'last):': 0.23; 'received:209.85.210.174': 0.23; 'received:mail- iy0-f174.google.com': 0.23; 'tests': 0.26; 'url:mailman': 0.26; '---': 0.28; 'message-id:@mail.gmail.com': 0.28; 'skip:- 70': 0.29; 'skip:( 20': 0.30; 'cc:addr:python.org': 0.30; 'url:listinfo': 0.30; 'args)': 0.30; 'ran': 0.30; 'skip:\xa0 30': 0.32; 'skip:" 20': 0.33; 'from:charset:iso-8859-1': 0.33; '8bit%:3': 0.35; 'received:google.com': 0.37; 'received:209.85': 0.37; 'url:python': 0.38; 'url:org': 0.38; 'subject:: ': 0.38; 'url:google': 0.38; '8bit%:6': 0.39; 'subject: (': 0.39; 'received:209': 0.39; 'url:p': 0.63; 'here.': 0.69
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=wkAloFax87smcnmZcNOGYxdOveY8H1GQLjYw7Mlr1L0=; b=iubpz2Gmc1BPxvxSCOexcUih57ZNW7m0E3SJ8c8C+1QLnIUx3pEBLi/7DihFTybvkE 836IDFb+lh9Gsh1f9l84vkBA5wUpl1/85u7BkXQA2zwLkkyp6JIHhJdTHF53KfHQiSoP gekJelJKWiJxML1CGpW/rW/1+UdVDruXNgAvY=
DomainKey-Signature a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=LlXsZ9Wc2HANW3A8Fqw5TNgPpwxzobWZZebuddf0CIvyi6CDE16n19Dz1k6iIasAx9 rgG0jMgZDh6XFY+/LPur9dF6flZ96ZJJYrhDbTSTT1dgdLc9KKJ61T6EaI2B5M8zQ8Et nGnKEXBHYP87X2MZW8cTUwNeO+kW8RjIzLB5g=
MIME-Version 1.0
In-Reply-To <op.vvm8q3sk9ey1ta@localhost>
References <op.vvm8q3sk9ey1ta@localhost>
Date Thu, 19 May 2011 11:30:18 +0200
Subject Re: test_argparse.py FAILED (failures=6)
From Giampaolo Rodolà <g.rodola@gmail.com>
To nirinA raseliarison <nirina.raseliarison@gmail.com>
Content-Type text/plain; charset=ISO-8859-1
Content-Transfer-Encoding quoted-printable
Cc "python-list@python.org" <python-list@python.org>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
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.1790.1305797421.9059.python-list@python.org> (permalink)
Lines 106
NNTP-Posting-Host 82.94.164.166
X-Trace 1305797421 news.xs4all.nl 49181 [::ffff:82.94.164.166]:33559
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:5770

Show key headers only | View raw


There's no point in posting this here.
Use the bug tracker: http://bugs.python.org/


--- Giampaolo
http://code.google.com/p/pyftpdlib/
http://code.google.com/p/psutil/

2011/5/17 nirinA raseliarison <nirina.raseliarison@gmail.com>:
>
> ======================================================================
> FAIL: test_failures_many_groups_listargs (__main__.TestFileTypeW)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>  File "Lib/test/test_argparse.py", line 216, in wrapper
>    test_func(self)
>  File "Lib/test/test_argparse.py", line 235, in test_failures
>    raises(ArgumentParserError, parser.parse_args, args)
> AssertionError: ArgumentParserError not raised by parse_args
>
> ======================================================================
> FAIL: test_failures_many_groups_sysargs (__main__.TestFileTypeW)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>  File "Lib/test/test_argparse.py", line 216, in wrapper
>    test_func(self)
>  File "Lib/test/test_argparse.py", line 235, in test_failures
>    raises(ArgumentParserError, parser.parse_args, args)
> AssertionError: ArgumentParserError not raised by parse_args
>
> ======================================================================
> FAIL: test_failures_no_groups_listargs (__main__.TestFileTypeW)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>  File "Lib/test/test_argparse.py", line 216, in wrapper
>    test_func(self)
>  File "Lib/test/test_argparse.py", line 235, in test_failures
>    raises(ArgumentParserError, parser.parse_args, args)
> AssertionError: ArgumentParserError not raised by parse_args
>
> ======================================================================
> FAIL: test_failures_no_groups_sysargs (__main__.TestFileTypeW)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>  File "Lib/test/test_argparse.py", line 216, in wrapper
>    test_func(self)
>  File "Lib/test/test_argparse.py", line 235, in test_failures
>    raises(ArgumentParserError, parser.parse_args, args)
> AssertionError: ArgumentParserError not raised by parse_args
>
> ======================================================================
> FAIL: test_failures_one_group_listargs (__main__.TestFileTypeW)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>  File "Lib/test/test_argparse.py", line 216, in wrapper
>    test_func(self)
>  File "Lib/test/test_argparse.py", line 235, in test_failures
>    raises(ArgumentParserError, parser.parse_args, args)
> AssertionError: ArgumentParserError not raised by parse_args
>
> ======================================================================
> FAIL: test_failures_one_group_sysargs (__main__.TestFileTypeW)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>  File "Lib/test/test_argparse.py", line 216, in wrapper
>    test_func(self)
>  File "Lib/test/test_argparse.py", line 235, in test_failures
>    raises(ArgumentParserError, parser.parse_args, args)
> AssertionError: ArgumentParserError not raised by parse_args
>
> ----------------------------------------------------------------------
> Ran 1599 tests in 6.298s
>
> FAILED (failures=6)
>
> Traceback (most recent call last):
>  File "Lib/test/test_argparse.py", line 4681, in <module>
>    test_main()
>  File "Lib/test/test_argparse.py", line 4673, in test_main
>    support.run_unittest(__name__)
>  File "/mnt/sda14/pack_build/Python-3.2.1rc1/Lib/test/support.py", line
> 1184, in run_unittest
>    _run_suite(suite)
>  File "/mnt/sda14/pack_build/Python-3.2.1rc1/Lib/test/support.py", line
> 1167, in _run_suite
>    raise TestFailed(err)
> test.support.TestFailed: multiple errors occurred
>
>
> --
> nirinA
> --
> http://mail.python.org/mailman/listinfo/python-list
>

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


Thread

Re: test_argparse.py FAILED (failures=6) Giampaolo Rodolà <g.rodola@gmail.com> - 2011-05-19 11:30 +0200

csiph-web