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
/
test_cmd2.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed support for case-insensitive command parsing
Todd Leonhardt
2018-03-02
1
-2
/
+1
*
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
1
-52
/
+4
*
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
*
help command temporarily redirects sys.stdout and sys.stderr to self.stdout f...
Todd Leonhardt
2018-01-22
1
-18
/
+12
*
Added links to docs and examples to CHANGELOG.md
Todd Leonhardt
2018-01-20
1
-1
/
+1
*
Fixed unit tests
Todd Leonhardt
2018-01-20
1
-12
/
+22
*
Cleanup of documentation and examples
Todd Leonhardt
2018-01-17
1
-7
/
+1
*
do_edit() no longer edits history, just files #252
kotfu
2018-01-16
1
-73
/
+0
*
Remove do_save() and do_run() for #252
kotfu
2018-01-16
1
-104
/
+4
*
tweak unit tests for history #252
kotfu
2018-01-15
1
-1
/
+1
*
Implement -o, -r, and -e options for issue #252
Jared Crapo
2018-01-15
1
-0
/
+47
*
Fix test_base_show_readonly unit test on Windows
Todd Leonhardt
2018-01-15
1
-0
/
+1
*
cmdenvironment command has been removed and its functionality now exists as a...
Todd Leonhardt
2018-01-15
1
-23
/
+22
*
show command has been removed
Todd Leonhardt
2018-01-15
1
-15
/
+13
*
Made test_echo unit test robust to changes in expected value of "help history"
Todd Leonhardt
2018-01-15
1
-1
/
+1
*
__relative_load command is now hidden from help menu by default
Todd Leonhardt
2018-01-15
1
-2
/
+2
*
Made a couple cleanup changes
Todd Leonhardt
2018-01-15
1
-2
/
+3
*
Fixed base_invalid_option unit test
Todd Leonhardt
2018-01-15
1
-3
/
+2
*
Fixed test_echo unit test
Todd Leonhardt
2018-01-15
1
-1
/
+1
*
Enabled Python 3.7 testing on Travis CI
Todd Leonhardt
2018-01-06
1
-1
/
+1
*
Updating version and changelog in preparation for minor bug fix realease
Todd Leonhardt
2018-01-04
1
-1
/
+1
*
Bump version to 0.7.9a
Todd Leonhardt
2017-11-15
1
-1
/
+1
*
Added fix for changes in pyperclip project structure in the most recent version
Todd Leonhardt
2017-11-08
1
-1
/
+1
*
Added some unit tests to cover new code
Todd Leonhardt
2017-09-23
1
-8
/
+56
*
Merge branch 'master' into support-load-in-onecmd_plus_hooks
Todd Leonhardt
2017-09-22
1
-1
/
+1
|
\
|
*
Improved documentation for how a user can modify comment grammar/style
Todd Leonhardt
2017-09-22
1
-1
/
+1
*
|
Provide method to run multiple commands w/o a cmdloop.
Alfred Levy
2017-09-22
1
-0
/
+55
|
/
*
Improved poutput() so that it can print an integer zero and other falsy things
Todd Leonhardt
2017-09-05
1
-3
/
+32
*
Pick up a few more lines of test coverage
Jared Crapo
2017-08-23
1
-5
/
+7
*
Use context managers and decorators for mocks
Jared Crapo
2017-08-23
1
-33
/
+27
*
Removed unused capsys fixtures
Jared Crapo
2017-08-23
1
-6
/
+2
*
Rename tests that exercise pseudo_raw_input()
Jared Crapo
2017-08-23
1
-12
/
+12
*
add tests for pseudo_raw_input when isatty() is true
Jared Crapo
2017-08-23
1
-0
/
+42
*
io.StringIO requires unicode conversion on python2.7
Jared Crapo
2017-08-23
1
-1
/
+1
*
Figured out how to test piped input without hacking stdin
Jared Crapo
2017-08-23
1
-82
/
+41
*
Discovered hacking sys.stdin doesn’t always work
Jared Crapo
2017-08-23
1
-17
/
+75
*
Prompt and line now properly echoed on tty and pipe
Jared Crapo
2017-08-23
1
-1
/
+50
*
Improved what gets printed when running commands from a script with load comm...
Todd Leonhardt
2017-08-23
1
-2
/
+3
*
Updated CHANGELOG with some text regarding recent enhancements to transcript ...
Todd Leonhardt
2017-08-22
1
-1
/
+1
*
Fixed a unit test which was failing on Windows
Todd Leonhardt
2017-08-21
1
-2
/
+5
*
Converted edit command to an @options command for the better argument parsing...
Todd Leonhardt
2017-08-21
1
-1
/
+1
*
feedback_to_output now defaults to False
Todd Leonhardt
2017-08-20
1
-3
/
+7
[next]