diff options
author | kotfu <kotfu@kotfu.net> | 2018-05-04 15:32:05 -0600 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2018-05-04 15:32:05 -0600 |
commit | 23824e83fc835291c093738326c4d903dcc9b839 (patch) | |
tree | e59f149e377ae560cbe0d44c4d9c62381542f728 /tests/test_transcript.py | |
parent | bf729520b88270df0a1e7b8faa79ac6784549d7b (diff) | |
download | cmd2-git-23824e83fc835291c093738326c4d903dcc9b839.tar.gz |
Fix transcript generate to close #385
Diffstat (limited to 'tests/test_transcript.py')
-rw-r--r-- | tests/test_transcript.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_transcript.py b/tests/test_transcript.py index 6e2b1cac..5fee1363 100644 --- a/tests/test_transcript.py +++ b/tests/test_transcript.py @@ -131,6 +131,7 @@ def test_history_transcript(request, capsys): app.stdout = StdOut() run_cmd(app, 'help') run_cmd(app, 'orate this is\na multiline\ncommand;\n') + run_cmd(app, 'speak /tmp/file.txt is not a regex') # Get location of the expected transcript test_dir = os.path.dirname(request.module.__file__) |