Code review comment for lp:~ian-clatworthy/bzr/cmds-in-userref-585667

Revision history for this message
Martin Pool (mbp) wrote :

This actually fails, I would guess because of something related to recent changes for checking commands have help:

======================================================================
FAIL: bzrlib.tests.test_commands.TestCommands.test_no_help_init_failure
----------------------------------------------------------------------
_StringException: Text attachment: log
------------

------------
Text attachment: traceback
------------
Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/testtools/runtest.py", line 128, in _run_user
    return fn(*args)
  File "/usr/lib/python2.6/dist-packages/testtools/testcase.py", line 368, in _run_test_method
    testMethod()
  File "/home/mbp/bzr/lazy-commands/bzrlib/tests/test_commands.py", line 97, in test_no_help_init_failure
    self.assertRaises(ValueError, cmd_foo)
AssertionError: ValueError not raised
------------

« Back to merge proposal