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
*
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 indexes in unit tests
Kevin Van Brunt
2018-03-18
1
-3
/
+3
*
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
*
Added tab completion example
Kevin Van Brunt
2018-03-02
1
-7
/
+7
*
Added unit tests for index based completion
Kevin Van Brunt
2018-03-02
1
-4
/
+48
*
Added unit tests for flag based completion
Kevin Van Brunt
2018-03-02
1
-9
/
+61
*
Sorting all completion results. Added unit tests for help command.
Kevin Van Brunt
2018-03-02
1
-5
/
+35
*
Fixed unit tests that call complete
Kevin Van Brunt
2018-03-02
1
-10
/
+135
*
Corrected tab completion of subcommands.
Kevin Van Brunt
2018-03-02
1
-46
/
+0
*
Fixed typo
Kevin Van Brunt
2018-03-01
1
-1
/
+1
*
Fixed more unit tests
Kevin Van Brunt
2018-03-01
1
-19
/
+16
*
Fixed unit tests
Kevin Van Brunt
2018-03-01
1
-10
/
+11
*
Revert to old attribute names for multilineCommands and excludeFromHistory to...
Todd Leonhardt
2018-02-27
1
-6
/
+6
*
Converted a few class variables into instance variables
Todd Leonhardt
2018-02-23
1
-18
/
+18
*
Removed an assertion which will fail if your home directory is empty
kotfu
2018-02-20
1
-5
/
+0
*
Flag the pexpect unit test of the persistent history to only run on macOS
Todd Leonhardt
2018-02-09
1
-2
/
+3
*
Skip the pexpect-based unit test on Windows due to the pexpect API being diff...
Todd Leonhardt
2018-02-09
1
-0
/
+2
*
Make sure pexpect uses same version of Python to spawn persistent history exa...
Todd Leonhardt
2018-02-09
1
-4
/
+9
*
Try increasing timeout to see if it fixes unit test on at least some platforms
Todd Leonhardt
2018-02-09
1
-2
/
+2
*
First past at unit test for persistent history feature
Todd Leonhardt
2018-02-09
1
-0
/
+27
*
Added optional persistent readline history feature
Todd Leonhardt
2018-02-08
1
-1
/
+1
[next]