diff options
author | kotfu <kotfu@kotfu.net> | 2018-01-16 20:59:33 -0700 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2018-01-16 20:59:33 -0700 |
commit | d8ade122f0cd23dfcad18872536cc3709334e77f (patch) | |
tree | cedb32b8d1216b048cbab8f632b2bee343cf2967 /tests/test_transcript.py | |
parent | 60890fa5f0d6650814384fc8db19875eaff08143 (diff) | |
download | cmd2-git-d8ade122f0cd23dfcad18872536cc3709334e77f.tar.gz |
Remove do_save() and do_run() for #252
Diffstat (limited to 'tests/test_transcript.py')
-rw-r--r-- | tests/test_transcript.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test_transcript.py b/tests/test_transcript.py index 193e135f..41322341 100644 --- a/tests/test_transcript.py +++ b/tests/test_transcript.py @@ -130,8 +130,8 @@ def test_base_with_transcript(_cmdline_app): Documented commands (type help <topic>): ======================================== -edit history mumble py quit save set shortcuts -help load orate pyscript run say shell speak +edit history mumble py quit set shortcuts +help load orate pyscript say shell speak (Cmd) help say Repeats what you tell me to. @@ -172,7 +172,7 @@ say -ps --repeat=5 goodnight, Gracie set maxrepeats 5 -------------------------[6] say -ps --repeat=5 goodnight, Gracie -(Cmd) run 4 +(Cmd) history -r 4 OODNIGHT, GRACIEGAY OODNIGHT, GRACIEGAY OODNIGHT, GRACIEGAY |