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
*
Added more hint unit tests
Kevin Van Brunt
2019-07-12
1
-29
/
+46
*
Simplified unit tests
Kevin Van Brunt
2019-07-12
1
-19
/
+3
*
More unit tests
Kevin Van Brunt
2019-07-12
1
-0
/
+3
*
More unit tests
Kevin Van Brunt
2019-07-12
1
-1
/
+17
*
Added unit tests for unfinished flag errors
Kevin Van Brunt
2019-07-12
1
-7
/
+46
*
Renamed Cmd2ArgParser to ArgParser
Kevin Van Brunt
2019-07-12
2
-25
/
+24
*
Refactored much of AutoCompleter.complete_command.
Kevin Van Brunt
2019-07-11
1
-22
/
+31
*
Removed unused code and add unit test
Kevin Van Brunt
2019-07-11
1
-0
/
+30
*
Merge branch 'master' into auto_completer_refactor
Kevin Van Brunt
2019-07-11
2
-4
/
+4
|
\
|
*
Restore self.statement_parser to a public attribute in cmd2.Cmd
Todd Leonhardt
2019-07-10
2
-4
/
+4
*
|
More unit tests
Kevin Van Brunt
2019-07-10
1
-123
/
+36
*
|
Small refactoring
Kevin Van Brunt
2019-07-10
1
-2
/
+2
*
|
Added unit tests for argparse_custom.py
Kevin Van Brunt
2019-07-10
1
-7
/
+101
*
|
Added unit tests
Kevin Van Brunt
2019-07-10
1
-1
/
+17
*
|
Fixed some double-dash handling logic added unit tests
Kevin Van Brunt
2019-07-10
1
-45
/
+57
*
|
Fixed bug where -- wasn't stopping a REMAINDER flag and did a lot of refactoring
Kevin Van Brunt
2019-07-10
1
-4
/
+8
*
|
Added some tests for REMAINDER flags
Kevin Van Brunt
2019-07-10
1
-8
/
+29
*
|
Resetting consumed arguments list each time a flag is used
Kevin Van Brunt
2019-07-08
1
-16
/
+79
*
|
Added code to handle flags with action set to append, append_const, and count...
Kevin Van Brunt
2019-07-08
1
-22
/
+22
*
|
Fixed issue where -- was not handled properly in AutoCompleter when the parse...
Kevin Van Brunt
2019-07-08
1
-38
/
+44
*
|
More unit tests
Kevin Van Brunt
2019-07-08
1
-1
/
+24
*
|
More unit tests
Kevin Van Brunt
2019-07-07
1
-6
/
+11
*
|
More unit tests
Kevin Van Brunt
2019-07-07
1
-8
/
+31
*
|
More argparse completer unit tests
Kevin Van Brunt
2019-07-07
1
-24
/
+65
*
|
Moved all custom argparse classes intended for normal development to argparse...
Kevin Van Brunt
2019-07-07
1
-3
/
+6
*
|
Hiding flags that have help value of SUPRESSED in tab completion results
Kevin Van Brunt
2019-07-07
1
-0
/
+91
*
|
More unit tests
Kevin Van Brunt
2019-07-06
1
-32
/
+54
*
|
Fixed issue where default descriptive header wasn't set correctly
Kevin Van Brunt
2019-07-06
1
-2
/
+2
*
|
More unit tests
Kevin Van Brunt
2019-07-06
1
-5
/
+60
*
|
Updating unit tests
Kevin Van Brunt
2019-07-06
1
-62
/
+94
*
|
Added ability to limit how many CompletionItems display at a time
Kevin Van Brunt
2019-07-06
1
-1
/
+1
*
|
Display set command tab-completion results as CompletionItems
Kevin Van Brunt
2019-07-06
1
-16
/
+14
*
|
Made alias and macro tab completion lookup results use CompletionItems
Kevin Van Brunt
2019-07-06
1
-4
/
+17
*
|
Refactoring and more unit tests
Kevin Van Brunt
2019-07-05
1
-30
/
+58
*
|
Reorganized argparse completion and custom unit tests
Kevin Van Brunt
2019-07-05
2
-16
/
+15
*
|
Simplifying unit tests for AutoCompleter
Kevin Van Brunt
2019-07-05
1
-199
/
+228
*
|
Fixed unit tests
Kevin Van Brunt
2019-07-05
1
-100
/
+1
*
|
Fixing unit tests
Kevin Van Brunt
2019-07-04
1
-9
/
+10
*
|
Fixing unit tests
Kevin Van Brunt
2019-07-04
1
-5
/
+4
*
|
Moved basic_complete to utils
Kevin Van Brunt
2019-07-02
1
-5
/
+5
|
/
*
Whitespace and doc fixes
Kevin Van Brunt
2019-07-01
1
-1
/
+1
*
Modified async_alert_str to also get passed the number of terminal columns an...
Todd Leonhardt
2019-07-01
1
-0
/
+11
*
Merge branch 'master' into colorama_encapsulation
Todd Leonhardt
2019-06-30
1
-1
/
+74
|
\
|
*
Added unit tests for _redirect_complete
Kevin Van Brunt
2019-06-30
1
-1
/
+74
*
|
Initial changes for encapsulation of colorama usage within ansi.py
Todd Leonhardt
2019-06-30
1
-13
/
+25
|
/
*
Added unit test for passing transcript_files during Cmd __init__
Todd Leonhardt
2019-06-29
1
-2
/
+7
*
Added unit test for startup_script functionality
Todd Leonhardt
2019-06-29
2
-0
/
+15
*
Remove load, _relative_load, pyscript aliases which
Todd Leonhardt
2019-06-29
2
-17
/
+2
*
Always set the canonical version allow_ansi' string value
Kevin Van Brunt
2019-06-29
1
-9
/
+16
*
Handling alternate cases of allow_ansi values
Kevin Van Brunt
2019-06-29
1
-0
/
+3
[next]