summaryrefslogtreecommitdiff
path: root/tests/scripts
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-1/+1
| | | | | | | 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.
* Removed abbrev attributeKevin Van Brunt2018-03-022-2/+0
|
* Provide method to run multiple commands w/o a cmdloop.Alfred Levy2017-09-223-0/+8
| | | | | | | | | | | | runcmds_plus_hooks can accept multiple commands process the command queue to deal with subsequent commands loaded from scripts without requiring a command loop. This better supports a one-off batch processing scenario. Also fixed the insertion order of commands placed in the command queue by load and _relative_load so that script commands are run in the expected order. Minor tweak to setup instructions in CONTRIBUTING.md to include pyperclip in prerequisites.
* Added more unit tests for py and pyscript commandsTodd Leonhardt2017-07-012-0/+12
|
* Added unit testsKevin Van Brunt2017-06-303-0/+1
|
* Simplified implementation of do__relative_loadTodd Leonhardt2017-06-281-0/+1
Also removed default argument for _relative_load and load