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
*
Removed copyright headers from source files and updated LICENSE with current ...
Kevin Van Brunt
2019-06-07
1
-3
/
+0
*
Increased code coverage of _complete_worker() to 100%
Kevin Van Brunt
2019-05-13
1
-2
/
+43
*
Exceptions occurring in tab completion functions are now printed to stderr be...
Kevin Van Brunt
2019-05-06
1
-0
/
+18
*
Added unit test for path completion in root directory
Kevin Van Brunt
2019-04-05
1
-0
/
+19
*
Made run_cmd return out and err
Kevin Van Brunt
2019-03-20
1
-1
/
+1
*
Aliases are now stored within the StatementParser instance
Todd Leonhardt
2019-03-16
1
-1
/
+1
*
First stage of attribute refactoring
Todd Leonhardt
2019-03-13
1
-3
/
+3
*
Added unit test for matches_sort_key
Kevin Van Brunt
2019-02-27
1
-1
/
+27
*
Fix flake8 issues
Todd Leonhardt
2018-12-06
1
-0
/
+1
*
Added more code coverage of shell_cmd_complete
Kevin Van Brunt
2018-10-26
1
-0
/
+15
*
Added more coverage for path_complete
Kevin Van Brunt
2018-10-26
1
-3
/
+24
*
Refactored filtering in path_complete to use a function
Kevin Van Brunt
2018-10-26
1
-1
/
+1
*
Added code to handle -- in argparse completer
Kevin Van Brunt
2018-10-10
1
-25
/
+0
*
Increasing code coverage
Kevin Van Brunt
2018-10-09
1
-0
/
+24
*
Using sub-command instead of subcommand where possible to be consistent with ...
Kevin Van Brunt
2018-10-05
1
-18
/
+18
*
Added more code coverage with unit tests
Kevin Van Brunt
2018-09-28
1
-0
/
+17
*
Added more code coverage
Kevin Van Brunt
2018-09-28
1
-0
/
+9
*
Merge branch 'macro' into argparse_conversion
Kevin Van Brunt
2018-09-28
1
-4
/
+4
|
\
|
*
Addressing code review comments
Kevin Van Brunt
2018-09-28
1
-4
/
+4
*
|
Merge branch 'macro' into argparse_conversion
Kevin Van Brunt
2018-09-27
1
-1
/
+18
|
\
\
|
|
/
|
*
Made _func_named() more reliable
Kevin Van Brunt
2018-09-27
1
-1
/
+18
*
|
Ported shell to argparse
Kevin Van Brunt
2018-09-27
1
-5
/
+14
*
|
Fixed unit tests for help completion
Kevin Van Brunt
2018-09-26
1
-13
/
+32
*
|
Converted help to argparse
Kevin Van Brunt
2018-09-26
1
-1
/
+1
|
/
*
Fixed several hack classes build to simulate file descriptors
Todd Leonhardt
2018-09-23
1
-11
/
+3
*
Updated docs and unit tests
Kevin Van Brunt
2018-08-02
1
-1
/
+1
*
Added alphabetical_sort() function
Kevin Van Brunt
2018-08-01
1
-1
/
+1
*
Added matches_sorted member to support custom sorting order of tab-completion...
Kevin Van Brunt
2018-08-01
1
-3
/
+3
*
Merge branch 'master' into speedup_import
kotfu
2018-05-23
1
-123
/
+1
|
\
|
*
Extract submenu code to new project
kotfu
2018-05-09
1
-121
/
+0
*
|
Extract AddSubmenu() into it’s own module
kotfu
2018-05-06
1
-2
/
+3
|
/
*
Rename some test functions to fix #388
kotfu
2018-05-05
1
-6
/
+6
*
Merge branch 'test_merge' into test_ply_merge
Eric Lin
2018-05-02
1
-1
/
+1
|
\
|
*
Merge remote-tracking branch 'origin/master' into bash_completion
Eric Lin
2018-04-27
1
-5
/
+6
|
|
\
|
*
|
Removed the expensive imports from cmd2/__init__.py
Eric Lin
2018-04-25
1
-1
/
+1
*
|
|
Merge branch 'ply' of github.com:python-cmd2/cmd2 into ply
kotfu
2018-04-26
1
-5
/
+6
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
No longer running test_path_completion_complete_user unit test on Windows
Kevin Van Brunt
2018-04-26
1
-5
/
+6
|
|
/
*
|
First stage of refactoring cmd2.parseline() for tab completion
kotfu
2018-04-26
1
-38
/
+0
|
/
*
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
[next]