diff options
Diffstat (limited to 'tests/pyscript/foo1.py')
-rw-r--r-- | tests/pyscript/foo1.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/pyscript/foo1.py b/tests/pyscript/foo1.py index 6e345d95..d9345354 100644 --- a/tests/pyscript/foo1.py +++ b/tests/pyscript/foo1.py @@ -1 +1,2 @@ +app.cmd_echo = True app.foo('aaa', 'bbb', counter=3, trueval=True, constval=True) |