diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-10-02 23:14:35 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-10-02 23:14:35 -0400 |
commit | 957137a886e76f5b32f62f667673a72a813f8c0d (patch) | |
tree | b50adf03610e1d039a709f73d796f57fc539602b /tests/pyscript/foo4.py | |
parent | 1c0616a61740f1407f684a1dbe816fa547873b13 (diff) | |
download | cmd2-git-957137a886e76f5b32f62f667673a72a813f8c0d.tar.gz |
Default cmd_echo to True in PyscriptBridge so things like 'py app.help()' will show output
Diffstat (limited to 'tests/pyscript/foo4.py')
-rw-r--r-- | tests/pyscript/foo4.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/pyscript/foo4.py b/tests/pyscript/foo4.py index e4b7d01c..88fd3ce8 100644 --- a/tests/pyscript/foo4.py +++ b/tests/pyscript/foo4.py @@ -1,4 +1,3 @@ -app.cmd_echo = True result = app.foo('aaa', 'bbb', counter=3) out_text = 'Fail' if result: |