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/foo2.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/pyscript/foo2.py') diff --git a/tests/pyscript/foo2.py b/tests/pyscript/foo2.py index d4df7616..d3600a60 100644 --- a/tests/pyscript/foo2.py +++ b/tests/pyscript/foo2.py @@ -1 +1,2 @@ +app.cmd_echo = True app.foo('11', '22', '33', '44', counter=3, trueval=True, constval=True) -- cgit v1.2.1