summaryrefslogtreecommitdiff
path: root/tests/pyscript/foo4.py
Commit message (Collapse)AuthorAgeFilesLines
* Suppresses stdout and stderr output by default when calling an application ↵Eric Lin2018-05-171-0/+1
| | | | | | | command from pyscript. Added support for tab completing application commands in ipython shell Updated unit tests scripts to set cmd_echo to True to validate command output.
* Added support for customizing the pyscript bridge pystate object name.Eric Lin2018-05-021-0/+8
Removed all legacy pystate objects. Changed default behavior to clear _last_result before each command Added utility for creating named tuples with default values Added tests to exercise new changes.