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
*
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
*
Removed redundant list command
Todd Leonhardt
2017-06-03
1
-3
/
+2
*
Added "exclude_from_help" list as a cmd2.Cmd public attribute
Todd Leonhardt
2017-06-01
1
-2
/
+3
*
Fixed transcript testing issues
Todd Leonhardt
2017-04-26
1
-0
/
+1
*
Added example of using a regular expression in a transcript test.
Todd Leonhardt
2017-03-16
1
-0
/
+26
*
Mostly fix a bunch of spelling mistakes.
Todd Leonhardt
2017-03-13
1
-0
/
+1
*
Fixed a typo and added a unit test.
Todd Leonhardt
2017-02-10
1
-0
/
+7
*
Experiment with different modes of parsing command-line arguments for option ...
Todd Leonhardt
2017-02-06
1
-1
/
+1
*
Documented undocumented commands and removed command aliases.
Todd Leonhardt
2017-02-05
1
-7
/
+2
*
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
1
-0
/
+26
*
Added unit test for doing transcript testing within the cmdloop.
Todd Leonhardt
2017-02-05
1
-2
/
+31
*
Added unit test for the interactive form of do_py().
Todd Leonhardt
2017-02-05
1
-1
/
+1
*
Fixed how the six.moves.input function is imported and used.
Todd Leonhardt
2017-02-05
1
-2
/
+31
*
Added unit test for passing command line arguments at invocation
Todd Leonhardt
2017-02-04
1
-0
/
+12
*
Added more and better unit tests for load and save commands
Todd Leonhardt
2017-02-04
1
-10
/
+11
*
Added another unit test and a test fixture associated with it.
Todd Leonhardt
2017-02-03
1
-2
/
+25
*
Fixed optparse parsing of arguments so it works correctly both with embedded ...
Todd Leonhardt
2017-02-03
1
-1
/
+7
*
Fixed a couple unit tests which were failing on Python 2.7
Todd Leonhardt
2017-01-30
1
-2
/
+3
*
Added unit test of comment-stripping functionality
Todd Leonhardt
2017-01-29
1
-3
/
+12
*
Added a couple simple unit tests for optparser functionality
Todd Leonhardt
2017-01-29
1
-0
/
+33
*
Added a 2nd way of unit testing transcript tests which covers some additional...
Todd Leonhardt
2017-01-29
1
-6
/
+12
*
Fix the unit test for testing a transcript
Todd Leonhardt
2017-01-23
1
-34
/
+2
*
Whitespace change to be mostly PEP8 compliant
Todd Leonhardt
2016-12-09
1
-2
/
+2
[next]