diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-03-01 16:07:11 -0500 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-03-01 16:07:11 -0500 |
commit | accd9c71aef22d98707122369fb1ca66c279ecd8 (patch) | |
tree | ec92be29c72134710d9ec41a7b4b0bf3a2f9aae4 /tests | |
parent | 1390b7889938588810e8a1d5c660ce354cfb7de0 (diff) | |
download | cmd2-git-accd9c71aef22d98707122369fb1ca66c279ecd8.tar.gz |
Fixed a lot of warnings
Diffstat (limited to 'tests')
-rw-r--r-- | tests/pyscript/help.py | 3 |
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() |