index
:
delta/python-packages/cmd2-git.git
1216-rich-print-mixin
2.0
async_prompt
black
black_config
blank_prompt
border_color
ci_improvements
cmdset_settables
codeql
colored_simple_table
colored_tables
colored_tables_orig
column_spacing
complete_flag_names
completion_item_choices
ctrl-c
ctrl-d
custom_command_completer
custom_completer_refactor
dashes
default_categories
duplicate_subcommand
editors
enh_default_categories
error_cleanup
exception_passthrough
exit_code
ext_test_0_2
extended_colors
f-strings
fix_broken_unit_test
fix_hint
github_actions
header_tabs
history_fix
import_wrapping
ipy_locals
last_result
master
misc
move_attach
mypy_continued
mypy_explicit_export
nested_table
nested_table_orig
ns_fix
ordered_history
pep561
plugin_version
poutput-psuccess
prompt_error
py_refactor
pypy_fix
redirected_aliases
settable_hint
silence
silence_startup_script
silent_start
table_newline
topic_width
unit_tests
util_fixes
win_tab_crash
github.com: python-cmd2/cmd2.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_autocompletion.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Began work to minimize public API
Todd Leonhardt
2019-06-15
1
-13
/
+13
*
Removed copyright headers from source files and updated LICENSE with current ...
Kevin Van Brunt
2019-06-07
1
-3
/
+0
*
Improved code coverage
Kevin Van Brunt
2019-05-07
1
-4
/
+15
*
ACArgumentParser no longer prints complete help text when a parsing error occurs
Kevin Van Brunt
2019-05-06
1
-1
/
+1
*
Made run_cmd return out and err
Kevin Van Brunt
2019-03-20
1
-17
/
+9
*
Fix flake8 issues
Todd Leonhardt
2018-12-06
1
-0
/
+1
*
Fixed issue where flag at beginning of REMAINDER section was tab completing
Kevin Van Brunt
2018-10-10
1
-8
/
+23
*
Added code to handle -- in argparse completer
Kevin Van Brunt
2018-10-10
1
-0
/
+48
*
Fixed unit test failures and addressed code review comments
Todd Leonhardt
2018-10-06
1
-1
/
+1
*
Fixing unit tests
Kevin Van Brunt
2018-09-25
1
-2
/
+2
*
Fixed several hack classes build to simulate file descriptors
Todd Leonhardt
2018-09-23
1
-5
/
+7
*
ACHelpFormatter now inherits from argparse.RawTextHelpFormatter to make it ea...
Kevin Van Brunt
2018-08-24
1
-3
/
+3
*
Added new command to test validation.
Eric Lin
2018-05-19
1
-1
/
+1
*
Some fixes to autocompleter to make it easier to do delimited and file comple...
Eric Lin
2018-05-18
1
-1
/
+1
*
Changed cmd2 to use autocompleter by default for all argparse commands. Not a...
Eric Lin
2018-04-20
1
-0
/
+23
*
Addresses comments on #362
Eric Lin
2018-04-19
1
-11
/
+2
*
Adjusted some coverage configuration. Found and fixed bug in help completion.
Eric Lin
2018-04-18
1
-56
/
+1
*
Merge remote-tracking branch 'origin/master' into autocompleter
Eric Lin
2018-04-18
1
-3
/
+1
*
Added check for whether the terminal is present before reprinting the prompt....
Eric Lin
2018-04-17
1
-4
/
+0
*
Some minor tweaks to AutoCompleter handling a collection of index-based funct...
Eric Lin
2018-04-17
1
-0
/
+22
*
Marked the 2 tests failing the windows unit test as skip for windows. It work...
Eric Lin
2018-04-17
1
-3
/
+6
*
Added unit tests for AutoCompleter.
Eric Lin
2018-04-16
1
-0
/
+301