summaryrefslogtreecommitdiff
path: root/tests/pyscript
Commit message (Expand)AuthorAgeFilesLines
* Added info on semantic versioning and branching strategy to CONTRIBUTING.mdTodd Leonhardt2020-04-241-0/+1
* Made some optional arguments with defaults keyword-only.Kevin Van Brunt2020-04-111-0/+9
* Fixed bug where pyscripts could edit cmd2.Cmd.py_locals dictionary.Kevin Van Brunt2020-02-144-8/+21
* Fixed issue where run_pyscript failed if the script's filename had a spaceKevin Van Brunt2019-07-234-0/+25
* Renamed PyscriptBridge to PyBridgeKevin Van Brunt2019-07-201-1/+1
* Added unit testKevin Van Brunt2019-06-101-0/+9
* Updated commentKevin Van Brunt2019-04-241-2/+8
* Added unit test for stdout capture in pyscriptKevin Van Brunt2019-04-231-0/+20
* Fixed a lot of warningsKevin Van Brunt2019-03-011-0/+3
* Removed ability to call commands as if they were functions in pyscript (e.g. ...Kevin Van Brunt2019-02-2819-60/+1
* Fix flake8 issuesTodd Leonhardt2018-12-0619-0/+19
* Suppresses stdout and stderr output by default when calling an application co...Eric Lin2018-05-1719-4/+28
* Added support for customizing the pyscript bridge pystate object name.Eric Lin2018-05-021-0/+8
* Added support for different argument modes and tests to validate.Eric Lin2018-05-014-0/+4
* Further customization of argparse applying patch submitted to https://bugs.py...Eric Lin2018-04-301-0/+1
* Added more tests exercising the pyscript bridge.Eric Lin2018-04-305-1/+5
* Added support for translating function positional and keyword arguments into ...Eric Lin2018-04-286-0/+6