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_completion.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
No longer running test_path_completion_complete_user unit test on Windows
Kevin Van Brunt
2018-04-26
1
-5
/
+6
*
Switched the default behavior in cmd2 for argparse commands to use the AutoCo...
Eric Lin
2018-04-21
1
-80
/
+9
*
Addresses comments on #362
Eric Lin
2018-04-19
1
-14
/
+9
*
Adjusted some coverage configuration. Found and fixed bug in help completion.
Eric Lin
2018-04-18
1
-49
/
+181
*
Removed unit test dependency on mock
Todd Leonhardt
2018-04-15
1
-1
/
+1
*
Renamed variable to match what its called in cmd2.py
Kevin Van Brunt
2018-04-15
1
-6
/
+6
*
Updated comments and examples
Kevin Van Brunt
2018-04-15
1
-1
/
+1
*
More unit tests and comments
Kevin Van Brunt
2018-04-15
1
-3
/
+18
*
More opening quote unit tests
Kevin Van Brunt
2018-04-15
1
-3
/
+63
*
Unit tests for adding opening quote
Kevin Van Brunt
2018-04-15
1
-18
/
+68
*
Simplifying adding opening quotes
Kevin Van Brunt
2018-04-13
1
-4
/
+1
*
Trying to fix Windows unit test when running on AppVeyor
Kevin Van Brunt
2018-04-13
1
-3
/
+3
*
Added some basic user completion on Windows
Kevin Van Brunt
2018-04-13
1
-6
/
+2
*
Allowing the use of ~user expansion in paths
Kevin Van Brunt
2018-04-12
1
-14
/
+12
*
Added alias parse_line unit test
Kevin Van Brunt
2018-04-02
1
-0
/
+10
*
Removed unnecessary sorting and duplicate removal from the completers since all
Kevin Van Brunt
2018-03-31
1
-10
/
+18
*
Simplified how to add tab completion to a subcommand
Kevin Van Brunt
2018-03-28
1
-8
/
+14
*
Fixed a case where display_matches wasn't being set. Added unit tests.
Kevin Van Brunt
2018-03-27
1
-10
/
+44
*
Reorganized some unit tests
Kevin Van Brunt
2018-03-27
1
-4
/
+43
*
Added more unit tests
Kevin Van Brunt
2018-03-27
1
-1
/
+16
*
Added unit tests
Kevin Van Brunt
2018-03-27
1
-16
/
+69
*
Fixed indexing bug and unit test
Kevin Van Brunt
2018-03-26
1
-2
/
+2
*
Removed unit test
Kevin Van Brunt
2018-03-25
1
-11
/
+0
*
Fixing unit tests
Kevin Van Brunt
2018-03-25
1
-131
/
+78
*
Merge branch 'master' into new_quoted_completion
Kevin Van Brunt
2018-03-23
1
-3
/
+4
|
\
|
*
Fixed check for whether a subcommand was entered
Kevin Van Brunt
2018-03-23
1
-4
/
+5
*
|
Added shell_cmd_complete() as a stand alone tab-completion function.
Kevin Van Brunt
2018-03-23
1
-50
/
+9
*
|
Fixed unit tests
Kevin Van Brunt
2018-03-22
1
-5
/
+10
*
|
Increased coverage of completion tests
Kevin Van Brunt
2018-03-22
1
-56
/
+105
*
|
All existing tab completion unit tests work
Kevin Van Brunt
2018-03-21
1
-166
/
+42
*
|
Finished subcommand completion unit tests
Kevin Van Brunt
2018-03-21
1
-80
/
+28
*
|
Finished basic, flag, and index completion unit tests
Kevin Van Brunt
2018-03-21
1
-67
/
+36
*
|
Fixed all path matching unit tests
Kevin Van Brunt
2018-03-21
1
-25
/
+7
*
|
More unit test updates
Kevin Van Brunt
2018-03-21
1
-18
/
+19
*
|
More unit test fixing
Kevin Van Brunt
2018-03-21
1
-27
/
+10
*
|
Merge branch 'master' into new_quoted_completion
Kevin Van Brunt
2018-03-21
1
-1
/
+13
|
\
\
|
|
/
|
*
Fix unit tests on macOS when gnureadline is installed
Todd Leonhardt
2018-03-21
1
-1
/
+13
|
*
Increased test coverage
Kevin Van Brunt
2018-03-18
1
-2
/
+11
|
*
Making unit test do the intended test
Kevin Van Brunt
2018-03-18
1
-1
/
+1
|
*
Fixing more unit tests
Kevin Van Brunt
2018-03-18
1
-7
/
+4
|
*
Fixed how we complete ~
Kevin Van Brunt
2018-03-18
1
-5
/
+18
*
|
Updating unit tests for new tab completion behavior
Kevin Van Brunt
2018-03-21
1
-115
/
+63
*
|
Fixed some unit tests
Kevin Van Brunt
2018-03-20
1
-3
/
+3
*
|
Fixed unit test
Kevin Van Brunt
2018-03-19
1
-1
/
+1
*
|
Updated unit tests to reflect new completion behavior
Kevin Van Brunt
2018-03-19
1
-149
/
+16
*
|
Unit test for cursor right after closing quote
Kevin Van Brunt
2018-03-19
1
-0
/
+27
*
|
More quoted completion unit tests
Kevin Van Brunt
2018-03-19
1
-2
/
+6
*
|
Added unit tests for completions with quotes
Kevin Van Brunt
2018-03-19
1
-0
/
+25
*
|
Allowing quotes in help command
Kevin Van Brunt
2018-03-19
1
-5
/
+4
*
|
Added unit tests for new completers
Kevin Van Brunt
2018-03-19
1
-0
/
+29
[next]