diff options
author | kotfu <kotfu@kotfu.net> | 2018-04-29 15:29:54 -0600 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2018-04-29 15:29:54 -0600 |
commit | 7b2d8a23b978f408cc1fe949e23c0aae97ed54a3 (patch) | |
tree | 2fce238aa94ee0a63dac1a872ea188066e50717d /tests/test_transcript.py | |
parent | 00093dd2cff5b0532c9c6154b396acf49043df66 (diff) | |
download | cmd2-git-7b2d8a23b978f408cc1fe949e23c0aae97ed54a3.tar.gz |
multilineCommands -> multiline_commands
Diffstat (limited to 'tests/test_transcript.py')
-rw-r--r-- | tests/test_transcript.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_transcript.py b/tests/test_transcript.py index bba56cab..6330ab09 100644 --- a/tests/test_transcript.py +++ b/tests/test_transcript.py @@ -24,7 +24,7 @@ class CmdLineApp(cmd2.Cmd): MUMBLE_LAST = ['right?'] def __init__(self, *args, **kwargs): - self.multilineCommands = ['orate'] + self.multiline_commands = ['orate'] self.maxrepeats = 3 self.redirector = '->' @@ -125,7 +125,7 @@ def test_base_with_transcript(_cmdline_app): Documented commands (type help <topic>): ======================================== -alias help load orate pyscript say shell speak +alias help load orate pyscript say shell speak edit history mumble py quit set shortcuts unalias (Cmd) help say |