diff options
author | Federico Ceratto <federico.ceratto@gmail.com> | 2017-02-06 13:52:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-06 13:52:25 +0000 |
commit | 4a6bcefbc72018c90534139c706c2b9d3d327810 (patch) | |
tree | aa684283f847e22e711f9893a365a22898d91bbc /tests/test_transcript.py | |
parent | 65959e43b5c81443058d3f79225163bc7d2814e5 (diff) | |
parent | 3b7000ff3aff43ce03b7615f63a741e72a96af59 (diff) | |
download | cmd2-git-4a6bcefbc72018c90534139c706c2b9d3d327810.tar.gz |
Merge pull request #38 from python-cmd2/remove_aliases
Remove command aliases, fix a test, fix readme links.
Diffstat (limited to 'tests/test_transcript.py')
-rw-r--r-- | tests/test_transcript.py | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/tests/test_transcript.py b/tests/test_transcript.py index aeadae4e..d699f545 100644 --- a/tests/test_transcript.py +++ b/tests/test_transcript.py @@ -105,13 +105,8 @@ def test_base_with_transcript(_cmdline_app): Documented commands (type help <topic>): ======================================== -_load ed history list pause run set show -_relative_load edit l load py save shell speak -cmdenvironment hi li orate r say shortcuts - -Undocumented commands: -====================== -EOF eof exit help q quit +_relative_load edit help list orate py run say shell show +cmdenvironment eof history load pause quit save set shortcuts speak (Cmd) help say Repeats what you tell me to. |