From 7641b7b5f2c9d5b38c60cd9326bcb4810c37dae5 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Thu, 16 Feb 2017 17:52:49 +0100 Subject: python: Support adding and revoking UIDs. * NEWS: Update. * lang/python/gpg/core.py (Context.key_add_uid): New function. (Context.key_revoke_uid): Likewise. * lang/python/tests/Makefile.am (XTESTS): Add new test. * lang/python/tests/t-quick-key-manipulation.py: New file. Signed-off-by: Justus Winter --- lang/python/tests/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lang/python/tests/Makefile.am') diff --git a/lang/python/tests/Makefile.am b/lang/python/tests/Makefile.am index 62c6087f..1d5e1db5 100644 --- a/lang/python/tests/Makefile.am +++ b/lang/python/tests/Makefile.am @@ -52,7 +52,8 @@ py_tests = t-wrapper.py \ t-idiomatic.py \ t-protocol-assuan.py \ t-quick-key-creation.py \ - t-quick-subkey-creation.py + t-quick-subkey-creation.py \ + t-quick-key-manipulation.py XTESTS = initial.py $(py_tests) final.py EXTRA_DIST = support.py $(XTESTS) encrypt-only.asc sign-only.asc \ -- cgit v1.2.3