diff options
author | Justus Winter <[email protected]> | 2016-05-24 10:29:32 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-05-24 11:13:35 +0000 |
commit | 09803c4a81b9431fd4c8f30abb1c60c4c735f0cb (patch) | |
tree | fd7e42c65876321b5e8d3a98027d8a14eaf57f28 /lang/python/tests/Makefile.am | |
parent | python: Fix hook. (diff) | |
download | gpgme-09803c4a81b9431fd4c8f30abb1c60c4c735f0cb.tar.gz gpgme-09803c4a81b9431fd4c8f30abb1c60c4c735f0cb.zip |
python: Improve support for edit callbacks.
* lang/python/helpers.c (pyEditCb): Stash exceptions.
* lang/python/pyme/core.py (Context.op_edit): Hand in 'self'.
* lang/python/tests/Makefile.am (py_tests): Add new test.
* lang/python/tests/t-callbacks.py: Test edit callbacks.
* lang/python/tests/t-edit.py: New file.
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'lang/python/tests/Makefile.am')
-rw-r--r-- | lang/python/tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python/tests/Makefile.am b/lang/python/tests/Makefile.am index 32dc4323..236354ff 100644 --- a/lang/python/tests/Makefile.am +++ b/lang/python/tests/Makefile.am @@ -38,7 +38,8 @@ py_tests = t-wrapper.py \ t-sign.py \ t-signers.py \ t-decrypt.py \ - t-export.py + t-export.py \ + t-edit.py TESTS = $(top_srcdir)/tests/gpg/initial.test \ $(py_tests) \ |