diff options
Diffstat (limited to 'tests/test_transcript.py')
-rw-r--r-- | tests/test_transcript.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_transcript.py b/tests/test_transcript.py index bc116e9a..2400066e 100644 --- a/tests/test_transcript.py +++ b/tests/test_transcript.py @@ -150,7 +150,6 @@ set maxrepeats 5 -------------------------[6] say -ps --repeat=5 goodnight, Gracie (Cmd) run 4 -say -ps --repeat=5 goodnight, Gracie OODNIGHT, GRACIEGAY OODNIGHT, GRACIEGAY OODNIGHT, GRACIEGAY @@ -237,6 +236,7 @@ def test_commands_at_invocation(): def test_transcript_from_cmdloop(request, capsys): # Create a cmd2.Cmd() instance and make sure basic settings are like we want for test app = CmdLineApp() + app.feedback_to_output = True # Get location of the transcript test_dir = os.path.dirname(request.module.__file__) |