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
*
Standardize cmd2 imports in tests and examples
kotfu
2018-05-23
5
-6
/
+5
*
Merge branch 'master' into speedup_import
kotfu
2018-05-23
27
-356
/
+234
|
\
|
*
reverting this test to see what happens
Eric Lin
2018-05-19
1
-25
/
+13
|
*
Added new command to test validation.
Eric Lin
2018-05-19
1
-1
/
+1
|
*
Changed some unit tests to use pytest-mock instead of mocker/monkeypatch beca...
Eric Lin
2018-05-19
1
-13
/
+25
|
*
Merge remote-tracking branch 'origin/master' into autocompleter
Eric Lin
2018-05-19
21
-9
/
+60
|
|
\
|
|
*
Merge branch 'master' into pyscript
Todd Leonhardt
2018-05-17
1
-2
/
+36
|
|
|
\
|
|
*
|
Suppresses stdout and stderr output by default when calling an application co...
Eric Lin
2018-05-17
21
-9
/
+60
|
*
|
|
Some fixes to autocompleter to make it easier to do delimited and file comple...
Eric Lin
2018-05-18
2
-5
/
+5
|
|
|
/
|
|
/
|
|
*
|
Fix bug in sequential terminator logic
kotfu
2018-05-17
1
-2
/
+2
|
*
|
Add unit tests to check for multiple terminators
kotfu
2018-05-16
1
-2
/
+36
|
|
/
|
*
Remove cmd2.Cmd.redirector for #381
kotfu
2018-05-10
2
-9
/
+10
|
*
Extract submenu code to new project
kotfu
2018-05-09
2
-302
/
+0
|
*
Make alias checking and command parsing use the same regex
kotfu
2018-05-07
2
-1
/
+26
|
*
Add unit tests to ensure multiple terminator chars works
kotfu
2018-05-06
1
-16
/
+26
|
*
Rename unit test
kotfu
2018-05-06
1
-1
/
+1
|
*
Add more unit tests
kotfu
2018-05-06
1
-5
/
+14
|
*
Fix pylint warnings
kotfu
2018-05-06
1
-2
/
+2
|
*
Merge branch 'master' into ignore_identchars
kotfu
2018-05-06
2
-5
/
+27
|
|
\
|
*
|
Don’t allow wierd characters in alias names
kotfu
2018-05-06
1
-0
/
+11
|
*
|
Oops, fixed an oversight that broke the build
kotfu
2018-05-06
1
-2
/
+2
|
*
|
Fix alias expansion when not followed by whitespace
kotfu
2018-05-06
1
-19
/
+66
|
*
|
Remove unit test for identchars in aliases
kotfu
2018-05-05
1
-6
/
+0
*
|
|
Move more code from cmd2.py into utils.py
kotfu
2018-05-06
1
-29
/
+26
*
|
|
Extract AddSubmenu() into it’s own module
kotfu
2018-05-06
2
-5
/
+7
*
|
|
Defer import of unittest
kotfu
2018-05-06
1
-1
/
+2
|
|
/
|
/
|
*
|
Refactor parseline() for #380
kotfu
2018-05-05
1
-0
/
+18
*
|
Merge branch 'master' into refactor_parseline
kotfu
2018-05-05
1
-6
/
+6
|
\
\
|
|
/
|
*
Rename some test functions to fix #388
kotfu
2018-05-05
1
-6
/
+6
*
|
Refactor self.complete() for #380
kotfu
2018-05-05
1
-20
/
+24
|
/
*
Merge branch 'master' into transcript_tests
Todd Leonhardt
2018-05-04
1
-0
/
+232
|
\
|
*
Skip a couple tests on macOS which were problematic on my computer
Todd Leonhardt
2018-05-04
1
-2
/
+4
|
*
OK, giving up. Disabling bash completion test on travis.
Eric Lin
2018-05-04
1
-4
/
+3
|
*
stupid typo. One more try.
Eric Lin
2018-05-04
1
-1
/
+1
|
*
Another attempt at getting it working on travis.
Eric Lin
2018-05-04
1
-9
/
+10
|
*
Maybe this will do the trick.
Eric Lin
2018-05-04
1
-2
/
+23
|
*
Added argcomplete to unit test environment. Added exclusion for Windows
Eric Lin
2018-05-04
1
-2
/
+5
|
*
Adds some semblance of testing for bash completion. Tests the completion logi...
Eric Lin
2018-05-04
1
-0
/
+206
*
|
Refactor transcript from history implementation and test
kotfu
2018-05-04
2
-30
/
+8
*
|
Fix transcript generate to close #385
kotfu
2018-05-04
2
-0
/
+3
*
|
Fix #384, multiline commands now appear properly in transcripts
kotfu
2018-05-03
2
-6
/
+5
*
|
Unit test for history transcript generation
kotfu
2018-05-03
2
-108
/
+49
*
|
Moved some argparse tests from test_transcript.py to test_argparse.py
kotfu
2018-05-03
2
-31
/
+13
*
|
Fix commented out transcript tests
kotfu
2018-05-03
2
-5
/
+3
|
/
*
Added newline at end of file
Todd Leonhardt
2018-05-03
1
-1
/
+1
*
Added unit test to partially cover cmd2.cmd2.Cmd.ppaged()
Todd Leonhardt
2018-05-03
1
-0
/
+8
*
Merge branch 'ply' of https://github.com/python-cmd2/cmd2 into ply
kotfu
2018-05-02
26
-26
/
+263
|
\
|
*
Merge branch 'test_merge' into test_ply_merge
Eric Lin
2018-05-02
26
-26
/
+263
|
|
\
|
|
*
Merge branch 'bash_completion' into bash_to_pyscript
Eric Lin
2018-05-02
7
-28
/
+26
|
|
|
\
|
|
|
*
Merge remote-tracking branch 'origin/master' into bash_completion
Eric Lin
2018-04-27
1
-5
/
+6
|
|
|
|
\
[next]