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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Updating unit tests for new tab completion behavior
Kevin Van Brunt
2018-03-21
1
-115
/
+63
*
|
Merge branch 'master' into quoted_completion
Kevin Van Brunt
2018-03-20
1
-0
/
+2
|
\
\
|
|
/
|
*
Fix unit tests
Todd Leonhardt
2018-03-19
1
-0
/
+2
|
*
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
*
|
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
*
|
Updated remaining completion functions to handle spaces within quotes
Kevin Van Brunt
2018-03-18
1
-11
/
+11
*
|
Merging in tests
Kevin Van Brunt
2018-03-18
1
-2
/
+11
*
|
Merging stuff from other branches
Kevin Van Brunt
2018-03-18
1
-16
/
+17
*
|
Merge branch 'master' into quoted_completion
Todd Leonhardt
2018-03-18
1
-2
/
+2
|
\
\
|
|
/
|
*
Fixed indexes in unit tests
Kevin Van Brunt
2018-03-18
1
-3
/
+3
*
|
Backing up work
Kevin Van Brunt
2018-03-18
1
-9
/
+18
*
|
First version of allowing quotes in tab completion
Kevin Van Brunt
2018-03-17
1
-8
/
+8
|
/
*
Changing how commands are parsed if default_to_shell is True
Kevin Van Brunt
2018-03-16
1
-3
/
+6
*
Skip test_default_to_shell_completion unit test on Windows
Todd Leonhardt
2018-03-16
1
-6
/
+3
*
Merge branch 'master' into default_on_shell_unit_tests
Kevin Van Brunt
2018-03-16
1
-5
/
+86
|
\
|
*
Fix unit tests and example
Todd Leonhardt
2018-03-16
1
-4
/
+11
|
*
Added unit tests and examples for tab completion of subcommands
Kevin Van Brunt
2018-03-16
1
-5
/
+79
*
|
Added unit test for completing when default_to_shell is True
Kevin Van Brunt
2018-03-16
1
-0
/
+39
|
/
*
Added unit tests for alias, unalias, and basic_complete
Kevin Van Brunt
2018-03-16
2
-2
/
+80
*
Pushed fix for test_transcript
Todd Leonhardt
2018-03-16
1
-2
/
+2
*
Fixed unit test
Kevin Van Brunt
2018-03-16
1
-1
/
+2
*
Merge branch 'alias' of github.com:python-cmd2/cmd2 into alias
Kevin Van Brunt
2018-03-16
1
-1
/
+1
|
\
|
*
Fixed bug where positional argument was given after keyword arguments
Todd Leonhardt
2018-03-16
1
-1
/
+1
*
|
More unit test fixes
Kevin Van Brunt
2018-03-16
2
-5
/
+11
|
/
*
Fixing unit tests
Kevin Van Brunt
2018-03-16
2
-3
/
+6
*
No longer need to manually specify subcommand names for tab completion
Kevin Van Brunt
2018-03-14
2
-8
/
+2
*
Added table_display.py
Todd Leonhardt
2018-03-14
1
-1
/
+1
*
add tests for preserve shares
Alberto Sartori
2018-03-14
1
-11
/
+41
*
Merge branch 'master' into fix/submenu-require-shares
Todd Leonhardt
2018-03-13
1
-0
/
+41
|
\
|
*
Added option to cancel the current line on keyboard interrupt.
Mark Lalor
2018-03-12
1
-0
/
+41
*
|
AddSubMenu should work with default kwargs
Alberto Sartori
2018-03-13
1
-1
/
+14
|
/
*
missing args in calling completenames
Alberto Sartori
2018-03-12
1
-21
/
+265
*
Added a few unit tests
Todd Leonhardt
2018-03-03
1
-0
/
+28
*
Removed support for case-insensitive command parsing
Todd Leonhardt
2018-03-02
3
-41
/
+11
*
Added use of pytest-forked to CI unit test runs
Todd Leonhardt
2018-03-02
1
-35
/
+0
*
Added back the unit test of exclude_from_history
Todd Leonhardt
2018-03-02
1
-0
/
+24
*
Fixed unit test on Windows
Kevin Van Brunt
2018-03-02
1
-4
/
+4
*
Removed abbrev attribute
Kevin Van Brunt
2018-03-02
7
-66
/
+6
*
Fixed slicing bug
Kevin Van Brunt
2018-03-02
1
-1
/
+1
*
Fixed some parsing bugs and added more unit tests
Kevin Van Brunt
2018-03-02
1
-6
/
+59
[prev]
[next]