summaryrefslogtreecommitdiff
path: root/tests/pyscript/stop.py
blob: 1578b057ef949208eb4abb7a34da0eec6268da1e (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 PyBridge
app('quit')

# Exercise py_quit() in unit test
quit()