deb-python-cliff/cliff
Dirk Mueller 40b75d8dc2 Adjust completenames tests for cmd2 0.7.3+
cmd2 0.7.3 started to override Cmd.completenames with a function
taking additional parameters:

  Cmd2.completenames(self, text, line, begidx, endidx)

over the Cmd version:

  Cmd.completenames(self, text, *ignored)

With this change we adjust the override to the new signature.

Change-Id: I7b110502c20ec16c6032cce31021eee3f85255fc
Closes-Bug: #1700250
2017-06-28 07:45:44 +02:00
..
formatters Add print_empty parameter 2016-11-21 21:08:24 +03:00
tests Adjust completenames tests for cmd2 0.7.3+ 2017-06-28 07:45:44 +02:00
__init__.py add setup.py and package directory 2012-04-20 09:52:55 -07:00
_argparse.py Ensure python standard argparse module is loaded 2017-05-20 02:16:34 +09:00
app.py Ensure python standard argparse module is loaded 2017-05-20 02:16:34 +09:00
columns.py Add Apache 2.0 license to source file 2016-10-10 13:43:09 +07:00
command.py Ensure python standard argparse module is loaded 2017-05-20 02:16:34 +09:00
commandmanager.py Merge "Fix command order" 2017-01-03 19:00:05 +00:00
complete.py Add Apache 2.0 license to source file 2016-10-10 13:43:09 +07:00
display.py Add Apache 2.0 license to source file 2016-10-10 13:43:09 +07:00
help.py Add Apache 2.0 license to source file 2016-10-10 13:43:09 +07:00
interactive.py Adjust completenames tests for cmd2 0.7.3+ 2017-06-28 07:45:44 +02:00
lister.py Add Apache 2.0 license to source file 2016-10-10 13:43:09 +07:00
show.py Add Apache 2.0 license to source file 2016-10-10 13:43:09 +07:00
sphinxext.py sphinxext: Allow configuration of ignorable options 2017-06-06 10:59:08 +01:00
utils.py Fixes terminal_width on Windows 2016-02-10 15:06:53 +00:00