Fix broken test with cmd2 0.7.0
Co-author: todd.leonhardt@gmail.com Closes-Bug: #1672108 Change-Id: I4bb02749a8fafccaff4ef7ce94ff0c4910fb67e6
This commit is contained in:
parent
b83ec9e30e
commit
0d670bbcc7
@ -44,8 +44,8 @@ def test_no_completenames():
|
|||||||
|
|
||||||
|
|
||||||
def test_both_completenames():
|
def test_both_completenames():
|
||||||
# cmd2.Cmd define do_hi and do_history methods
|
# cmd2.Cmd defines do_history method
|
||||||
_test_completenames(['hi', 'history', 'hips', 'hippo'], 'hi')
|
_test_completenames(['history', 'hips', 'hippo'], 'hi')
|
||||||
|
|
||||||
|
|
||||||
def _test_completedefault(expecteds, line, begidx):
|
def _test_completedefault(expecteds, line, begidx):
|
||||||
|
Loading…
Reference in New Issue
Block a user