diff options
author | Eric Lin <anselor@gmail.com> | 2018-05-19 12:13:59 -0400 |
---|---|---|
committer | Eric Lin <anselor@gmail.com> | 2018-05-19 12:13:59 -0400 |
commit | f44871b5d055651bb4991580b64b18b87568fd7a (patch) | |
tree | c27c4b0b78f711a3e0349ae07ed13c7e3bb79dab /tests/pyscript/foo4.py | |
parent | 6652557779faa0cdc4aac781e62f2b4f3b44b836 (diff) | |
parent | a38e3f26887f60a358a5e36421a52526a04637f5 (diff) | |
download | cmd2-git-f44871b5d055651bb4991580b64b18b87568fd7a.tar.gz |
Merge remote-tracking branch 'origin/master' into autocompleter
Diffstat (limited to 'tests/pyscript/foo4.py')
-rw-r--r-- | tests/pyscript/foo4.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/pyscript/foo4.py b/tests/pyscript/foo4.py index 88fd3ce8..e4b7d01c 100644 --- a/tests/pyscript/foo4.py +++ b/tests/pyscript/foo4.py @@ -1,3 +1,4 @@ +app.cmd_echo = True result = app.foo('aaa', 'bbb', counter=3) out_text = 'Fail' if result: |