summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-03-01 16:07:11 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-03-01 16:07:11 -0500
commitaccd9c71aef22d98707122369fb1ca66c279ecd8 (patch)
treeec92be29c72134710d9ec41a7b4b0bf3a2f9aae4 /tests
parent1390b7889938588810e8a1d5c660ce354cfb7de0 (diff)
downloadcmd2-git-accd9c71aef22d98707122369fb1ca66c279ecd8.tar.gz
Fixed a lot of warnings
Diffstat (limited to 'tests')
-rw-r--r--tests/pyscript/help.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/pyscript/help.py b/tests/pyscript/help.py
index 933f42bc..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')
+
+# Exercise py_quit() in unit test
+quit()