From ff89bad1b0dd2a608081db5a8fa299ef43d66bc5 Mon Sep 17 00:00:00 2001 From: Eric Lin Date: Thu, 17 May 2018 18:08:52 -0400 Subject: Suppresses stdout and stderr output by default when calling an application command from pyscript. Added support for tab completing application commands in ipython shell Updated unit tests scripts to set cmd_echo to True to validate command output. --- tests/pyscript/media_movies_list1.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/pyscript/media_movies_list1.py') diff --git a/tests/pyscript/media_movies_list1.py b/tests/pyscript/media_movies_list1.py index 0124bbcb..edbc2021 100644 --- a/tests/pyscript/media_movies_list1.py +++ b/tests/pyscript/media_movies_list1.py @@ -1 +1,2 @@ -app.media.movies.list() \ No newline at end of file +app.cmd_echo = True +app.media.movies.list() -- cgit v1.2.1