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_parsing.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add in isort changes
Todd Leonhardt
2021-01-31
1
-2
/
+6
*
Attempt to fix remaining black failures
Todd Leonhardt
2021-01-31
1
-10
/
+80
*
Add black for automatic code format
Todd Leonhardt
2021-01-31
1
-140
/
+123
*
Changed isort to force wrapping of imports to reduce merge conflicts from min...
Eric Lin
2021-01-22
1
-2
/
+9
*
Minor formatting changes. Fixed some inaccurate comments
Eric Lin
2020-08-20
1
-19
/
+72
*
Updated documentation with more explicit discussions on testing
Eric Lin
2020-08-20
1
-1
/
+14
*
Added info on semantic versioning and branching strategy to CONTRIBUTING.md
Todd Leonhardt
2020-04-24
1
-0
/
+1
*
Added Cmd2ShlexError
Kevin Van Brunt
2020-03-12
1
-2
/
+2
*
Moved custom cmd2 exceptions to a separate file and removed them from public API
Todd Leonhardt
2020-02-18
1
-3
/
+3
*
Removed ability for aliases and macros to share names with commands
Kevin Van Brunt
2019-08-05
1
-8
/
+0
*
Fixed inconsistent parsing/tab completion behavior based on the value of `all...
Kevin Van Brunt
2019-08-02
1
-1
/
+0
*
Moved the sorting of shortcuts into StatementParser which allows users to pas...
Kevin Van Brunt
2019-07-16
1
-1
/
+1
*
Fixed unit tests
Kevin Van Brunt
2019-06-15
1
-3
/
+3
*
Merge branch 'master' into history_fixes
Kevin Van Brunt
2019-06-14
1
-3
/
+0
|
\
|
*
Removed copyright headers from source files and updated LICENSE with current ...
Kevin Van Brunt
2019-06-07
1
-3
/
+0
*
|
Fix history display issues
Todd Leonhardt
2019-06-13
1
-0
/
+12
|
/
*
Added unit tests
Kevin Van Brunt
2019-05-13
1
-0
/
+28
*
Added unit tests
Kevin Van Brunt
2019-05-13
1
-1
/
+99
*
Added capability to redirect pipe commands and chain them together
Kevin Van Brunt
2019-05-07
1
-17
/
+16
*
Fixed issue where the wrong terminator was being appended by Statement.expand...
Kevin Van Brunt
2019-05-06
1
-1
/
+0
*
Made unit test more correct
Kevin Van Brunt
2019-03-17
1
-4
/
+5
*
Added unit tests for expand flag of parse()
Kevin Van Brunt
2019-03-17
1
-0
/
+7
*
Merged master into history and resolved conflicts
Todd Leonhardt
2019-03-04
1
-76
/
+19
|
\
|
*
Removed support for c-style and embedded comments
Kevin Van Brunt
2019-03-01
1
-75
/
+19
*
|
Fixed a couple bugs and added unit tests
Todd Leonhardt
2019-03-03
1
-1
/
+8
|
/
*
Fix flake8 issues
Todd Leonhardt
2018-12-06
1
-0
/
+1
*
Added unit test for valid case of calling is_valid_command()
Todd Leonhardt
2018-10-03
1
-6
/
+12
*
Added unit test for is_valid_command
Kevin Van Brunt
2018-10-03
1
-0
/
+26
*
Fixed bug in handling unicode digits in macro arguments
Kevin Van Brunt
2018-09-27
1
-0
/
+8
*
Added unit tests for MacroArg regular expressions
Kevin Van Brunt
2018-09-27
1
-0
/
+93
*
Fix bug in `parse_command_only`
kotfu
2018-09-09
1
-33
/
+76
*
Took a stab at improving documentation and unit tests for Statement.parse_com...
Todd Leonhardt
2018-09-08
1
-10
/
+50
*
Use attrs on Statement object to do immutability
Todd Leonhardt
2018-09-06
1
-1
/
+15
*
Add back previously removed tests for statement.args
kotfu
2018-09-05
1
-2
/
+45
*
Using empty strings and lists instead of None for default values in Statment
Kevin Van Brunt
2018-09-01
1
-27
/
+30
*
Removed Statement.args since it was redundant. Replaced with already parsed l...
Kevin Van Brunt
2018-08-23
1
-98
/
+83
*
parse_command_only now appropriately sets multiline_command
kotfu
2018-08-08
1
-0
/
+10
*
Add unit tests to validate embedded newline parsing
kotfu
2018-08-06
1
-1
/
+18
*
Merged master with bug fix for #474
Todd Leonhardt
2018-07-17
1
-5
/
+18
|
\
|
*
Bug fix and unit tests for #474
kotfu
2018-07-16
1
-4
/
+18
*
|
Add tests for StatementParser() created with no arguments.
kotfu
2018-07-15
1
-0
/
+26
*
|
More assertions to check for string value of statement
kotfu
2018-06-03
1
-16
/
+79
|
/
*
Standardize cmd2 imports in tests and examples
kotfu
2018-05-23
1
-2
/
+1
*
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
1
-8
/
+9
*
Make alias checking and command parsing use the same regex
kotfu
2018-05-07
1
-0
/
+24
*
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
[next]