test failures with 2.7.0

Bug #1694079 reported by Kevin Fenzi
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
cliff
New
Undecided
Unassigned

Bug Description

I'm seeing some test failures here with 2.7.0:

cliff.tests.test_utils.TestTerminalWidth.test_windows ... ok
======================================================================
ERROR: cliff.tests.test_commandmanager.TestFindInvalidCommand.test
----------------------------------------------------------------------
_StringException: Empty attachments:
  stderr
  stdout
Traceback (most recent call last):
  File "/builddir/build/BUILD/cliff-2.7.0/cliff/tests/test_commandmanager.py", line 65, in test
    mgr.find_command(self.argv)
AttributeError: 'TestFindInvalidCommand' object has no attribute 'argv'
======================================================================
ERROR: cliff.tests.test_commandmanager.TestLookupAndFind.test
----------------------------------------------------------------------
_StringException: Empty attachments:
  stderr
  stdout
Traceback (most recent call last):
  File "/builddir/build/BUILD/cliff-2.7.0/cliff/tests/test_commandmanager.py", line 34, in test
    cmd, name, remaining = mgr.find_command(self.argv)
AttributeError: 'TestLookupAndFind' object has no attribute 'argv'
======================================================================
ERROR: cliff.tests.test_commandmanager.TestLookupWithRemainder.test
----------------------------------------------------------------------
_StringException: Empty attachments:
  stderr
  stdout
Traceback (most recent call last):
  File "/builddir/build/BUILD/cliff-2.7.0/cliff/tests/test_commandmanager.py", line 50, in test
    cmd, name, remaining = mgr.find_command(self.argv)
AttributeError: 'TestLookupWithRemainder' object has no attribute 'argv'
======================================================================
ERROR: Adapter test runner load hooks to call generate_scenarios.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/usr/lib/python2.7/site-packages/nose/util.py", line 620, in newfunc
    return func(*arg, **kw)
  File "/usr/lib/python2.7/site-packages/testscenarios/scenarios.py", line 106, in load_tests_apply_scenarios
    if getattr(params[0], 'suiteClass', None) is not None:
IndexError: tuple index out of range
----------------------------------------------------------------------
Ran 137 tests in 0.406s
FAILED (SKIP=1, errors=4)

Happy to gather more info, etc. Thanks.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.