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


Groups > comp.lang.python > #5618 > unrolled thread

test_argparse.py FAILED (failures=6)

Started bynirinA raseliarison <nirina.raseliarison@gmail.com>
First post2011-05-18 00:31 +0300
Last post2011-05-18 00:31 +0300
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  test_argparse.py FAILED (failures=6) nirinA raseliarison <nirina.raseliarison@gmail.com> - 2011-05-18 00:31 +0300

#5618 — test_argparse.py FAILED (failures=6)

FromnirinA raseliarison <nirina.raseliarison@gmail.com>
Date2011-05-18 00:31 +0300
Subjecttest_argparse.py FAILED (failures=6)
Message-ID<mailman.1717.1305667881.9059.python-list@python.org>
======================================================================
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web