Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python: Import from __future__ to align behavior of Python 2.7. | Justus Winter | 2016-09-14 | 1 | -0/+3 |
| | | | | | -- Signed-off-by: Justus Winter <[email protected]> | ||||
* | python: Use more generic shebang. | Justus Winter | 2016-09-14 | 1 | -1/+1 |
| | | | | | -- Signed-off-by: Justus Winter <[email protected]> | ||||
* | python: Port more tests. | Justus Winter | 2016-07-12 | 1 | -0/+76 |
* lang/python/pyme/core.py (Context.op_keylist_all): Add missing 'op_keylist_end'. (Context.op_trustlist_all): Fix function. Add missing 'op_trustlist_end'. * lang/python/tests/Makefile.am (pytests): Add new files. * lang/python/tests/t-import.py: New file. * lang/python/tests/t-keylist.py: Likewise. * lang/python/tests/t-trustlist.py: Check alternate interface. Signed-off-by: Justus Winter <[email protected]> |