summaryrefslogtreecommitdiff
path: root/tests/test_pyscript.py
Commit message (Expand)AuthorAgeFilesLines
* Fix flake8 issuesTodd Leonhardt2018-12-061-0/+1
* Fixed ArgparseFunctor to allow flag looking tokens in REMAINDER sectionsKevin Van Brunt2018-10-101-2/+3
* Added unit testsKevin Van Brunt2018-10-091-1/+18
* Using sub-command instead of subcommand where possible to be consistent with ...Kevin Van Brunt2018-10-051-1/+1
* Converted help to argparseKevin Van Brunt2018-09-261-4/+4
* First steps in converting all commands to argparseKevin Van Brunt2018-09-261-1/+1
* Fixing unit testsKevin Van Brunt2018-09-251-1/+1
* Made small tweak to do_py to improve testabilityTodd Leonhardt2018-09-241-2/+2
* Fixed pyscript unit testsKevin Van Brunt2018-09-241-17/+13
* Fixed several hack classes build to simulate file descriptorsTodd Leonhardt2018-09-231-10/+10
* Suppresses stdout and stderr output by default when calling an application co...Eric Lin2018-05-171-5/+31
* Added support for customizing the pyscript bridge pystate object name.Eric Lin2018-05-021-1/+51
* Added support for different argument modes and tests to validate.Eric Lin2018-05-011-16/+33
* Further customization of argparse applying patch submitted to https://bugs.py...Eric Lin2018-04-301-0/+2
* Added more tests exercising the pyscript bridge.Eric Lin2018-04-301-0/+30
* Added support for translating function positional and keyword arguments into ...Eric Lin2018-04-281-0/+115