summaryrefslogtreecommitdiff
path: root/tests/pyscript/help_media.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 translating function positional and keyword arguments into ↵Eric Lin2018-04-281-0/+1
argparse command positional and flag arguments. Added initial set of tests