summaryrefslogtreecommitdiff
path: root/tests/pyscript/stop.py
blob: e731218ea6b17f4b0e4105fd1d804062ab26c8ab (plain)
1
2
3
4
5
6
7
8
9
# flake8: noqa F821
app.cmd_echo = True
app('help')

# This will set stop to True in the PyscriptBridge
app('quit')

# Exercise py_quit() in unit test
quit()