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
...
*
|
Merge branch 'master' into plugin_functions
kotfu
2018-06-19
3
-14
/
+78
|
\
\
|
|
/
|
*
Added .mypy_cache to .gitignore
Todd Leonhardt
2018-06-10
1
-1
/
+1
|
*
Working on improving type hinting
Todd Leonhardt
2018-06-09
1
-1
/
+1
|
*
Going back to all parameterized bash completion tests disabled on TravisCI
Todd Leonhardt
2018-06-09
1
-27
/
+2
|
*
2nd try at selectively enabling parameterized
Todd Leonhardt
2018-06-09
1
-2
/
+2
|
*
Trying to start including some but not all of the parameterized bash completi...
Todd Leonhardt
2018-06-09
1
-3
/
+28
|
*
Try adding one more
Todd Leonhardt
2018-06-09
1
-1
/
+1
|
*
Try adding another test
Todd Leonhardt
2018-06-09
1
-1
/
+1
|
*
Get back to passing state with renamed variables
Todd Leonhardt
2018-06-09
1
-1
/
+1
|
*
Renamed some variables
Todd Leonhardt
2018-06-09
1
-12
/
+12
|
*
Enable another test
Todd Leonhardt
2018-06-09
1
-1
/
+1
|
*
Fixed logic of test
Todd Leonhardt
2018-06-09
1
-1
/
+1
|
*
Experimenting with enabling a simple CompletionFinder unit test on TravisCI
Todd Leonhardt
2018-06-09
1
-1
/
+1
|
*
Fixed a couple potential crashes on opening files
Todd Leonhardt
2018-06-06
2
-0
/
+64
*
|
Merge branch 'master' into plugin_functions
kotfu
2018-06-04
1
-0
/
+9
|
\
\
|
|
/
|
*
Added a unit test to help better cover rl_utils.py
Todd Leonhardt
2018-05-31
1
-0
/
+9
*
|
add comment headers to better organize code
kotfu
2018-06-03
1
-0
/
+11
*
|
preloop and postloop hooks must declare None return type
kotfu
2018-06-03
1
-16
/
+16
*
|
More assertions to check for string value of statement
kotfu
2018-06-03
1
-16
/
+79
*
|
Preloop and postloop hooks now validate signature
kotfu
2018-06-03
1
-0
/
+28
*
|
Precommand hooks now check typing of passed callables
kotfu
2018-06-03
1
-2
/
+57
*
|
Begin converting precmd to passing and returning a data object
kotfu
2018-06-03
1
-2
/
+3
*
|
Merge branch 'master' into plugin_functions
kotfu
2018-05-31
1
-1
/
+25
|
\
\
|
|
/
|
*
Merge branch 'master' into unit_tests
kotfu
2018-05-31
1
-1
/
+1
|
|
\
|
*
|
Skip argcomplete-related tests on Windows since that module isn't available o...
Todd Leonhardt
2018-05-30
1
-3
/
+3
|
*
|
Increase unit test coverage of argcomplete_bridge.py
Todd Leonhardt
2018-05-30
1
-0
/
+24
*
|
|
Tests for precmd hooks
kotfu
2018-05-31
1
-41
/
+184
*
|
|
Merge branch 'master' into plugin_functions
kotfu
2018-05-31
1
-1
/
+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Bumped version to 0.9.2a for twine upload testing on test.pypi.org
Todd Leonhardt
2018-05-30
1
-1
/
+1
|
|
/
*
|
Merge branch 'master' into plugin_functions
kotfu
2018-05-28
1
-1
/
+1
|
\
\
|
|
/
|
*
Update version to 0.9.1 for #421
0.9.1
kotfu
2018-05-28
1
-1
/
+1
|
*
Update version to 0.9.0.1 for #421
kotfu
2018-05-28
1
-1
/
+1
|
*
Update version to 0.9.1rc1 to try and fix #421
kotfu
2018-05-28
1
-1
/
+1
*
|
implement precommand and postcommand hooks
kotfu
2018-05-27
1
-7
/
+13
*
|
Add preloop and postloop hook capabilities
kotfu
2018-05-26
1
-0
/
+48
*
|
Document and test postparsing hooks
kotfu
2018-05-26
1
-0
/
+179
|
/
*
Modify clipboard function references
kotfu
2018-05-23
1
-4
/
+4
*
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
[prev]
[next]