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


Groups > comp.lang.python > #5770

Re: test_argparse.py FAILED (failures=6)

References <op.vvm8q3sk9ey1ta@localhost>
Date 2011-05-19 11:30 +0200
Subject Re: test_argparse.py FAILED (failures=6)
From Giampaolo Rodolà <g.rodola@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.1790.1305797421.9059.python-list@python.org> (permalink)

Show all headers | 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