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
*
Fixed a hard-coded path separator
Todd Leonhardt
2017-05-18
1
-1
/
+1
*
Fixed transcript testing issues
Todd Leonhardt
2017-04-26
1
-10
/
+8
*
Mostly fix a bunch of spelling mistakes.
Todd Leonhardt
2017-03-13
1
-3
/
+3
*
Fixed typo
Todd Leonhardt
2017-03-13
1
-1
/
+1
*
Travis CI changes
Todd Leonhardt
2017-03-13
1
-1
/
+2
*
Removed an unused import
Todd Leonhardt
2017-02-24
1
-1
/
+0
*
Stopped skipping a test on Linux TravisCI since it should now always pass
Todd Leonhardt
2017-02-24
1
-2
/
+0
*
Bump version to 0.7.1a
Federico Ceratto
2017-02-23
1
-1
/
+1
*
Added member boolean flag to disable output redirection and piping.
Todd Leonhardt
2017-02-16
1
-4
/
+21
*
Refactored to move all cmd2.Cmd class member variables to beginning.
Todd Leonhardt
2017-02-11
1
-1
/
+2
*
Fixed a typo and added a unit test.
Todd Leonhardt
2017-02-10
1
-1
/
+3
*
Various parsing fixes and improvements:
TL
2017-02-07
1
-3
/
+3
*
Fix a unit test on Windows
Todd Leonhardt
2017-02-05
1
-1
/
+1
*
Documented undocumented commands and removed command aliases.
Todd Leonhardt
2017-02-05
1
-2
/
+2
*
Added a couple more unit tests.
Todd Leonhardt
2017-02-05
1
-0
/
+21
*
Added more unit tests for list command.
Todd Leonhardt
2017-02-05
1
-0
/
+39
*
Re-ordered test skip condition.
Todd Leonhardt
2017-02-05
1
-1
/
+1
*
Fixed unit test skip condition.
Todd Leonhardt
2017-02-05
1
-1
/
+2
*
Marked one test to skip on Linux because it fails on the TravisCI Linux conta...
Todd Leonhardt
2017-02-05
1
-0
/
+2
*
Added unit test for calling cmdloop without a queue
Todd Leonhardt
2017-02-05
1
-8
/
+35
*
Added unit test for redirecting input from a file using <
Todd Leonhardt
2017-02-05
1
-1
/
+13
*
Added unit test for cmdloop()
Todd Leonhardt
2017-02-05
1
-1
/
+19
*
Added unit test for the interactive form of do_py().
Todd Leonhardt
2017-02-05
1
-0
/
+11
*
Added unit test for "show -l".
Todd Leonhardt
2017-02-04
1
-3
/
+11
*
Added unit tests for the edit command.
Todd Leonhardt
2017-02-04
1
-0
/
+84
*
Fix cut-and-paste mistake
Todd Leonhardt
2017-02-04
1
-1
/
+1
*
Fix to colorize unit test for Windows
Todd Leonhardt
2017-02-04
1
-1
/
+5
*
Added unit test of colorize() method
Todd Leonhardt
2017-02-04
1
-0
/
+12
*
Added unit test of debug output capability
Todd Leonhardt
2017-02-04
1
-0
/
+21
*
Fixed timing unit test on Windows.
Todd Leonhardt
2017-02-04
1
-1
/
+4
*
Added unit test for optional command timing feature
Todd Leonhardt
2017-02-04
1
-0
/
+9
*
Told pytest to skip one unit test on Windows because getting the output was p...
Todd Leonhardt
2017-02-04
1
-0
/
+3
*
Added can_clip declaration inside Windows code section for purposes of unit t...
Todd Leonhardt
2017-02-04
1
-0
/
+10
*
Added unit tests for appending to a file and sending output to the clipboard
Todd Leonhardt
2017-02-04
1
-1
/
+34
*
Added more and better unit tests for load and save commands
Todd Leonhardt
2017-02-04
1
-96
/
+90
*
Exceptions are now much more apparent when they occur to avoid confusion.
Todd Leonhardt
2017-02-03
1
-1
/
+5
*
Improved pipe_to_shell unit test so it should be more robust across OSes
Todd Leonhardt
2017-02-01
1
-2
/
+8
*
Fixed pipe to shell bug on Python 3.x.
Todd Leonhardt
2017-02-01
1
-1
/
+9
*
Added a unit test for output redirection to a file
Todd Leonhardt
2017-01-29
1
-2
/
+28
*
Added a couple simple unit tests for optparser functionality
Todd Leonhardt
2017-01-29
1
-1
/
+1
*
Added a basic unit test for the save command
Todd Leonhardt
2017-01-29
1
-1
/
+26
*
Added unit test for cmdenvironment command
Todd Leonhardt
2017-01-29
1
-0
/
+19
*
Added a 2nd way of unit testing transcript tests which covers some additional...
Todd Leonhardt
2017-01-29
1
-5
/
+6
*
Fixed the base_show unit test so that it also works on Windows now.
Todd Leonhardt
2017-01-26
1
-3
/
+6
*
A partial unit test for load is now working. But the do_load() command is we...
Todd Leonhardt
2017-01-24
1
-12
/
+6
*
base_py unit test now checks for correct output
Todd Leonhardt
2017-01-23
1
-10
/
+9
*
Unit test for an unsupported set now properly checks for the correct error me...
Todd Leonhardt
2017-01-23
1
-4
/
+6
*
Changed the "py print" unit test to use parentheses with print() so that it w...
Todd Leonhardt
2017-01-23
1
-1
/
+1
*
Second stage of refactoring using six module for unified Python 2/3 codebase
Todd Leonhardt
2016-12-09
1
-1
/
+1
*
First stage of refactoring to support full simultaneous Python 2 and 3 compat...
Todd Leonhardt
2016-12-09
1
-6
/
+3
[next]