diff options
Diffstat (limited to 'tests/pyscript/help.py')
-rw-r--r-- | tests/pyscript/help.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/pyscript/help.py b/tests/pyscript/help.py index 3f24246d..2e69d79f 100644 --- a/tests/pyscript/help.py +++ b/tests/pyscript/help.py @@ -1,3 +1,6 @@ # flake8: noqa F821 app.cmd_echo = True -app.help() +app('help') + +# Exercise py_quit() in unit test +quit() |