diff options
author | Justus Winter <[email protected]> | 2016-06-06 10:49:11 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-07-12 16:34:12 +0000 |
commit | 1bff47ee58bcf9d0016fb7ac7e37cbf075abd059 (patch) | |
tree | 9e0565d56db6da7b623c02e4d4b9521a0bf89fed /lang/python/tests/Makefile.am | |
parent | python: Improve python packaging. (diff) | |
download | gpgme-1bff47ee58bcf9d0016fb7ac7e37cbf075abd059.tar.gz gpgme-1bff47ee58bcf9d0016fb7ac7e37cbf075abd059.zip |
python: Port more tests.
* 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]>
Diffstat (limited to 'lang/python/tests/Makefile.am')
-rw-r--r-- | lang/python/tests/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/python/tests/Makefile.am b/lang/python/tests/Makefile.am index 69985bb0..4a206fdb 100644 --- a/lang/python/tests/Makefile.am +++ b/lang/python/tests/Makefile.am @@ -42,8 +42,10 @@ py_tests = t-wrapper.py \ t-decrypt-verify.py \ t-sig-notation.py \ t-export.py \ + t-import.py \ t-trustlist.py \ t-edit.py \ + t-keylist.py \ t-wait.py \ t-encrypt-large.py \ t-file-name.py \ |