diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-06-03 10:59:06 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-06-03 10:59:06 -0400 |
commit | ad3d32339f791faa31763fe3efb42d0be469ddef (patch) | |
tree | 8bedc45871f10cfb1973aadd15abab9d2562c902 /tests/test_transcript.py | |
parent | a0d829e4105cd431198feb43534adaf953b090ba (diff) | |
download | cmd2-git-ad3d32339f791faa31763fe3efb42d0be469ddef.tar.gz |
Removed redundant list command
The extra functionality of listing a span (slice) of history items present in the list command has been incorporated into the existing history command and the list command has been removed.
Unit tests have been updated accordingly.
In the process a bug was fixed that was causing a crash if and end was supplied to the span but not a start.
Diffstat (limited to 'tests/test_transcript.py')
-rw-r--r-- | tests/test_transcript.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/test_transcript.py b/tests/test_transcript.py index c31b519d..03fec92a 100644 --- a/tests/test_transcript.py +++ b/tests/test_transcript.py @@ -106,9 +106,8 @@ def test_base_with_transcript(_cmdline_app): Documented commands (type help <topic>): ======================================== -_relative_load help load py save shell speak -cmdenvironment history orate quit say shortcuts -edit list pause run set show +_relative_load edit history orate py run say shell show +cmdenvironment help load pause quit save set shortcuts speak (Cmd) help say Repeats what you tell me to. |