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
*
Fixed unit test for cmdenvironment and made it more robust
Todd Leonhardt
2017-06-16
1
-8
/
+11
*
Trying to fix shell command completion unit tests on Windows.
Todd Leonhardt
2017-06-15
1
-10
/
+10
*
Added some tests for command completion, help completion, and shell command c...
Todd Leonhardt
2017-06-15
1
-0
/
+97
*
Updated CHANGES.md file and bumped version to 0.7.3
Todd Leonhardt
2017-06-14
1
-1
/
+1
*
Changed default value for USE_ARG_LIST global to True
Todd Leonhardt
2017-06-14
2
-5
/
+6
*
Added new pyscript command
Todd Leonhardt
2017-06-13
3
-6
/
+8
*
Fixes a bug which caused transcript failures to display twice
Todd Leonhardt
2017-06-13
1
-3
/
+3
*
Added a unit test associated with the bug fix
Todd Leonhardt
2017-06-04
1
-0
/
+11
*
Updated cmdenvironment command
Todd Leonhardt
2017-06-03
1
-10
/
+6
*
Removed redundant list command
Todd Leonhardt
2017-06-03
4
-24
/
+37
*
Added "exclude_from_help" list as a cmd2.Cmd public attribute
Todd Leonhardt
2017-06-01
3
-6
/
+8
*
Moved _parsed into ParserManager
Catherine Devlin
2017-05-30
1
-1
/
+2
*
Moved parser creation into ParserManager
Catherine Devlin
2017-05-30
1
-3
/
+6
*
Bumping version to 0.7.3a
Todd Leonhardt
2017-05-22
1
-1
/
+1
*
Bumping version to 0.7.2
0.7.2
Todd Leonhardt
2017-05-22
1
-1
/
+1
*
Added a unit test and updated changes
Todd Leonhardt
2017-05-21
1
-1
/
+7
*
Fixed a hard-coded path separator
Todd Leonhardt
2017-05-18
1
-1
/
+1
*
Fixed transcript testing issues
Todd Leonhardt
2017-04-26
4
-13
/
+12
*
Apparently regex syntax is stricter for Python 3 on Windows.
Todd Leonhardt
2017-03-16
1
-1
/
+1
*
Added a regex to transcript for color because its not present on Windows.
Todd Leonhardt
2017-03-16
1
-2
/
+2
*
Added example of using a regular expression in a transcript test.
Todd Leonhardt
2017-03-16
2
-0
/
+44
*
Mostly fix a bunch of spelling mistakes.
Todd Leonhardt
2017-03-13
4
-10
/
+16
*
Fixed typo
Todd Leonhardt
2017-03-13
1
-1
/
+1
*
Travis CI changes
Todd Leonhardt
2017-03-13
1
-1
/
+2
*
Finished code cleanup for now
Todd Leonhardt
2017-03-12
1
-6
/
+6
*
Parsing unit tests are now largely decoupled from pyparsing implementation de...
Todd Leonhardt
2017-02-25
1
-386
/
+133
*
Added unit tests for parsing unicode characters on the command line.
Todd Leonhardt
2017-02-24
1
-5
/
+69
*
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
*
Added "-" to the list of legal characters.
Todd Leonhardt
2017-02-24
1
-7
/
+27
*
Added a couple unit tests for self.inputParser.
Todd Leonhardt
2017-02-24
1
-0
/
+22
*
Bump version to 0.7.1a
Federico Ceratto
2017-02-23
1
-1
/
+1
*
Finsished porting old doctests to pytest unit tests.
Todd Leonhardt
2017-02-18
1
-80
/
+158
*
Step 2 of porting doctest to pytest.
Todd Leonhardt
2017-02-17
1
-56
/
+122
*
Converting doctests to pytest
Todd Leonhardt
2017-02-17
1
-0
/
+281
*
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
2
-2
/
+5
*
Fixed a typo and added a unit test.
Todd Leonhardt
2017-02-10
2
-1
/
+10
*
Various parsing fixes and improvements:
TL
2017-02-07
2
-3
/
+5
*
Experiment with different modes of parsing command-line arguments for option ...
Todd Leonhardt
2017-02-06
1
-1
/
+1
*
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
4
-23
/
+8
*
Use older form of invoking super class ctor for Py2/3 compatibility.
Todd Leonhardt
2017-02-05
1
-1
/
+2
*
Fixed flaw in unit tests so they can be reliably parallelized.
Todd Leonhardt
2017-02-05
1
-9
/
+6
*
Added a couple more unit tests.
Todd Leonhardt
2017-02-05
3
-0
/
+57
*
Added more unit tests for list command.
Todd Leonhardt
2017-02-05
1
-0
/
+39
*
Added unit test for doing transcript testing within the cmdloop.
Todd Leonhardt
2017-02-05
1
-2
/
+31
*
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
[next]