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_transcript.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Marked with_arparser_and_unknown_args deprecated and consolidated
Eric Lin
2020-08-04
1
-2
/
+3
*
Added info on semantic versioning and branching strategy to CONTRIBUTING.md
Todd Leonhardt
2020-04-24
1
-5
/
+6
*
Add unit tests for Ctrl-C stopping scripts/transcripts
Kevin Van Brunt
2020-03-26
1
-0
/
+9
*
Updated set command to support tab completion of values
Kevin Van Brunt
2020-02-04
1
-2
/
+2
*
No longer printing all help text for alias and macro when the subcommand is o...
Kevin Van Brunt
2019-09-17
1
-2
/
+2
*
Added verify_help_text() helper function for tests and removed BASE_HELP and ...
Todd Leonhardt
2019-06-15
1
-4
/
+3
*
Updated various documentation and tests to not use load
Todd Leonhardt
2019-06-15
1
-3
/
+3
*
Updated unit test
Kevin Van Brunt
2019-06-12
1
-4
/
+3
*
Transcript generation no longer terminates _cmdloop() when a command returns ...
Kevin Van Brunt
2019-06-12
1
-4
/
+3
*
Fixed unit tests
Kevin Van Brunt
2019-06-12
1
-18
/
+20
*
Removed support for cmd.cmdqueue
Kevin Van Brunt
2019-06-11
1
-17
/
+15
*
Added unit test for stopping during transcript generation
Kevin Van Brunt
2019-06-10
1
-0
/
+23
*
Removed copyright headers from source files and updated LICENSE with current ...
Kevin Van Brunt
2019-06-07
1
-3
/
+0
*
Refactored how and when transcript file glob patterns are expanded in order t...
Todd Leonhardt
2019-06-06
1
-1
/
+20
*
Modified transcript testing so that the useless exception trackeback isn't pr...
Todd Leonhardt
2019-05-21
1
-2
/
+2
*
Refactor exit_code implementation
Todd Leonhardt
2019-05-20
1
-1
/
+28
*
Now consistently use -t flag for transcript generation for both history and l...
Todd Leonhardt
2019-03-19
1
-1
/
+1
*
Updated CHANGELOG
Todd Leonhardt
2019-03-19
1
-2
/
+2
*
Merge branch 'master' into load_generate_transcript
Todd Leonhardt
2019-03-18
1
-2
/
+1
|
\
|
*
First stage of attribute refactoring
Todd Leonhardt
2019-03-13
1
-2
/
+1
*
|
Added a unit test for "load -r"
Todd Leonhardt
2019-03-18
1
-1
/
+30
|
/
*
Clean up unused variables
kotfu
2019-03-09
1
-2
/
+2
*
Changed examples to reflect that settable doesn't need to be updated before c...
Kevin Van Brunt
2019-02-20
1
-2
/
+3
*
Fix Deprecation warnings for escape sequences
kotfu
2018-12-06
1
-5
/
+5
*
Fix flake8 issues
Todd Leonhardt
2018-12-06
1
-0
/
+1
*
Fixed transcript testing bug where last command in transcript has no expected...
Todd Leonhardt
2018-09-30
1
-0
/
+1
*
Merged master into transcript_fixes branch and resolved conflicts
Todd Leonhardt
2018-09-30
1
-7
/
+9
|
\
|
*
Fixed several hack classes build to simulate file descriptors
Todd Leonhardt
2018-09-23
1
-7
/
+9
*
|
Add transcript test for commands with no output
kotfu
2018-09-14
1
-1
/
+6
|
/
*
Fixed a couple potential crashes on opening files
Todd Leonhardt
2018-06-06
1
-0
/
+26
*
Standardize cmd2 imports in tests and examples
kotfu
2018-05-23
1
-1
/
+1
*
Defer import of unittest
kotfu
2018-05-06
1
-1
/
+2
*
Refactor transcript from history implementation and test
kotfu
2018-05-04
1
-10
/
+8
*
Fix transcript generate to close #385
kotfu
2018-05-04
1
-0
/
+1
*
Fix #384, multiline commands now appear properly in transcripts
kotfu
2018-05-03
1
-2
/
+1
*
Unit test for history transcript generation
kotfu
2018-05-03
1
-108
/
+31
*
Moved some argparse tests from test_transcript.py to test_argparse.py
kotfu
2018-05-03
1
-31
/
+0
*
Fix commented out transcript tests
kotfu
2018-05-03
1
-4
/
+3
*
Merge branch 'test_merge' into test_ply_merge
Eric Lin
2018-05-02
1
-3
/
+3
|
\
|
*
Removed the expensive imports from cmd2/__init__.py
Eric Lin
2018-04-25
1
-4
/
+4
*
|
multilineCommands -> multiline_commands
kotfu
2018-04-29
1
-2
/
+2
*
|
Remove POSIX_SHLEX and STRIP_QUOTES_FOR_NON_POSIX
kotfu
2018-04-25
1
-5
/
+0
|
/
*
Cleaned up __init__.py
Todd Leonhardt
2018-04-17
1
-5
/
+5
*
Most of the unit tests fixed.
kotfu
2018-04-16
1
-1
/
+1
*
Basic structure for cmd2 as a package
kotfu
2018-04-16
1
-1
/
+1
*
Revert "Basic structure for cmd2 as a package"
kotfu
2018-04-16
1
-1
/
+1
*
Basic structure for cmd2 as a package
kotfu
2018-04-16
1
-1
/
+1
*
Finished removing all dependencies on the six module
Todd Leonhardt
2018-04-15
1
-1
/
+0
*
Started removing dependency on six
Todd Leonhardt
2018-04-15
1
-8
/
+3
*
Removed unit test dependency on mock
Todd Leonhardt
2018-04-15
1
-1
/
+1
[next]