| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
| |
https://bugs.python.org/issue15112
Added additional tests - now at 100% coverage of pyscript_bridge.py
Still need handling of special action types: StoreTrue/False, store_const, count
|
| |
|
|
argparse command positional and flag arguments.
Added initial set of tests
|