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
*
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
*
Deleted optparse code which had been previously deprecated in 0.8.0 release
Todd Leonhardt
2018-04-09
1
-60
/
+30
*
More unit test fixes
Kevin Van Brunt
2018-03-16
1
-2
/
+2
*
Removed abbrev attribute
Kevin Van Brunt
2018-03-02
1
-2
/
+1
*
Remove do_save() and do_run() for #252
kotfu
2018-01-16
1
-3
/
+3
*
cmdenvironment command has been removed and its functionality now exists as a...
Todd Leonhardt
2018-01-15
1
-2
/
+2
*
show command has been removed
Todd Leonhardt
2018-01-15
1
-2
/
+2
*
__relative_load command is now hidden from help menu by default
Todd Leonhardt
2018-01-15
1
-6
/
+2
*
Made a couple cleanup changes
Todd Leonhardt
2018-01-15
1
-3
/
+4
*
Fix test_transcript.py in python 3.7
kotfu
2018-01-06
1
-12
/
+17
*
Fix a bug if there is only one slash
Jared Crapo
2017-08-22
1
-3
/
+7
*
Add comments to all regex test files
Jared Crapo
2017-08-22
1
-1
/
+0
*
Updates to CmdLineApp()
Jared Crapo
2017-08-21
1
-5
/
+5
*
regex implementation complete. Still a few bugs.
Jared Crapo
2017-08-21
1
-12
/
+38
*
Checkpoint. Many tests working, multiline seems broken
Jared Crapo
2017-08-21
1
-4
/
+9
*
Simple but working version of new regex transcript
Jared Crapo
2017-08-21
1
-1
/
+21
*
Add lots more transcript tests
Jared Crapo
2017-08-20
1
-2
/
+12
*
parametrize transcript tests
Jared Crapo
2017-08-20
1
-56
/
+8
*
rename transcript files
Jared Crapo
2017-08-20
1
-4
/
+4
*
Move transcripts into their own directory
Jared Crapo
2017-08-20
1
-3
/
+3
*
feedback_to_output now defaults to False
Todd Leonhardt
2017-08-20
1
-1
/
+1
*
Fixed a few bugs and examples
Todd Leonhardt
2017-07-03
1
-0
/
+1
*
Removed pause command
Todd Leonhardt
2017-07-03
1
-3
/
+2
*
Fixed bugs, removed dead code, and added unit tests
Todd Leonhardt
2017-07-02
1
-1
/
+2
*
Added more unit tests for the cmd2.Cmd.select() method
Todd Leonhardt
2017-07-01
1
-28
/
+0
*
Refactored to replace custom StubbornDict with collections.OrderedDict
Todd Leonhardt
2017-06-29
1
-5
/
+7
*
Various fixes and improvements
Todd Leonhardt
2017-06-25
1
-3
/
+6
*
Changed default value for USE_ARG_LIST global to True
Todd Leonhardt
2017-06-14
1
-1
/
+2
*
Added new pyscript command
Todd Leonhardt
2017-06-13
1
-2
/
+3
*
Fixes a bug which caused transcript failures to display twice
Todd Leonhardt
2017-06-13
1
-3
/
+3
[next]