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
*
Deleted Cmd.colorize() method and Cmd._colorcodes dictionary which were depre...
Todd Leonhardt
2018-10-18
1
-10
/
+0
*
You can now call a macro with extra arguments
Kevin Van Brunt
2018-10-12
1
-11
/
+20
*
Fixed ArgparseFunctor to allow flag looking tokens in REMAINDER sections
Kevin Van Brunt
2018-10-10
1
-2
/
+3
*
Fixed issue where flag at beginning of REMAINDER section was tab completing
Kevin Van Brunt
2018-10-10
1
-8
/
+23
*
Added code to handle -- in argparse completer
Kevin Van Brunt
2018-10-10
3
-34
/
+57
*
Increasing code coverage
Kevin Van Brunt
2018-10-09
1
-0
/
+24
*
Added unit tests
Kevin Van Brunt
2018-10-09
1
-1
/
+18
*
Added additional unit test for StdSim
Todd Leonhardt
2018-10-09
1
-0
/
+12
*
Added tests for token_resembles_flag
Kevin Van Brunt
2018-10-09
1
-1
/
+16
*
Fixed unit test failures and addressed code review comments
Todd Leonhardt
2018-10-06
1
-1
/
+1
*
No longer using stderr and self.data together to determine truthiness of a Co...
Kevin Van Brunt
2018-10-05
1
-1
/
+15
*
Using sub-command instead of subcommand where possible to be consistent with ...
Kevin Van Brunt
2018-10-05
3
-28
/
+28
*
Added unit tests for new methods of StdSim
Todd Leonhardt
2018-10-03
1
-0
/
+10
*
Added unit test for valid case of calling is_valid_command()
Todd Leonhardt
2018-10-03
1
-6
/
+12
*
Added unit test for is_valid_command
Kevin Van Brunt
2018-10-03
1
-0
/
+26
*
Merge branch 'master' into py_enhancements
Todd Leonhardt
2018-10-03
1
-1
/
+7
|
\
|
*
Added unit test for categorized command without a docstring
Kevin Van Brunt
2018-10-03
1
-1
/
+7
*
|
Returned cmd_echo default to False except when running a Python command at th...
Kevin Van Brunt
2018-10-02
18
-0
/
+18
*
|
Don't worry about unquoting alias and macro names as they shouldn't be entere...
Kevin Van Brunt
2018-10-02
1
-32
/
+0
*
|
Default cmd_echo to True in PyscriptBridge so things like 'py app.help()' wil...
Kevin Van Brunt
2018-10-02
18
-18
/
+0
|
/
*
Remove self from pystate if locals_in_py is False
Kevin Van Brunt
2018-10-01
1
-1
/
+18
*
Preserving quotes for do_py input
Kevin Van Brunt
2018-10-01
1
-0
/
+5
*
Fixed transcript testing bug where last command in transcript has no expected...
Todd Leonhardt
2018-09-30
3
-1
/
+9
*
Merged master into transcript_fixes branch and resolved conflicts
Todd Leonhardt
2018-09-30
14
-295
/
+968
|
\
|
*
Added more code coverage with unit tests
Kevin Van Brunt
2018-09-28
1
-0
/
+17
|
*
Added unit test for onchange_hook
Kevin Van Brunt
2018-09-28
1
-0
/
+24
|
*
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
2
-7
/
+6
|
|
\
|
|
*
Addressing code review comments
Kevin Van Brunt
2018-09-28
2
-7
/
+6
|
*
|
Merge branch 'macro' into argparse_conversion
Kevin Van Brunt
2018-09-27
3
-7
/
+22
|
|
\
\
|
|
|
/
|
|
*
Made _func_named() more reliable
Kevin Van Brunt
2018-09-27
2
-4
/
+19
|
|
*
Addressing code review comments
Kevin Van Brunt
2018-09-27
1
-3
/
+3
|
*
|
Merge branch 'macro' into argparse_conversion
Kevin Van Brunt
2018-09-27
2
-0
/
+116
|
|
\
\
|
|
|
/
|
|
*
Added unit tests for creating macros using unicode digits in the arguments
Kevin Van Brunt
2018-09-27
1
-0
/
+15
|
|
*
Fixed bug in handling unicode digits in macro arguments
Kevin Van Brunt
2018-09-27
1
-0
/
+8
|
|
*
Added unit tests for MacroArg regular expressions
Kevin Van Brunt
2018-09-27
1
-0
/
+93
|
*
|
Merge branch 'macro' into argparse_conversion
Kevin Van Brunt
2018-09-27
1
-1
/
+22
|
|
\
\
|
|
|
/
|
|
*
More unit tests
Kevin Van Brunt
2018-09-27
1
-1
/
+22
|
*
|
Ported pyscript to argparse
Kevin Van Brunt
2018-09-27
1
-3
/
+3
|
*
|
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
|
*
|
Merge branch 'macro' into argparse_conversion
Kevin Van Brunt
2018-09-26
1
-28
/
+195
|
|
\
\
|
|
|
/
|
|
*
Even more unit tests
Kevin Van Brunt
2018-09-26
1
-2
/
+37
|
|
*
More unit tests for aliases and macros
Kevin Van Brunt
2018-09-26
1
-19
/
+21
|
|
*
More macro unit tests
Kevin Van Brunt
2018-09-26
1
-2
/
+39
|
|
*
Fixed batch of macro unit tests
Kevin Van Brunt
2018-09-26
1
-23
/
+102
|
|
*
Merged master into macro.
Todd Leonhardt
2018-09-26
1
-0
/
+14
|
|
|
\
|
*
|
|
Converted help to argparse
Kevin Van Brunt
2018-09-26
5
-8
/
+8
|
*
|
|
Converted _relative_load to argparse
Kevin Van Brunt
2018-09-26
1
-2
/
+1
|
*
|
|
Tweaked help text
Kevin Van Brunt
2018-09-26
2
-8
/
+8
[next]