From d5a0487b0058cdf52b295e9ae203e8e90f3247dd Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Sun, 5 Feb 2017 12:11:16 -0500 Subject: Added unit test for the interactive form of do_py(). --- tests/test_transcript.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_transcript.py') diff --git a/tests/test_transcript.py b/tests/test_transcript.py index d11eb02a..c3a32eac 100644 --- a/tests/test_transcript.py +++ b/tests/test_transcript.py @@ -236,7 +236,7 @@ def test_commands_at_invocation(_cmdline_app): def test_select_options(_demo_app): - # Mock out the input call so we don't actually wait for a user's `response on stdin + # Mock out the input call so we don't actually wait for a user's response on stdin m = mock.MagicMock(name='input', return_value='2') sm.input = m -- cgit v1.2.1