diff options
author | Justus Winter <[email protected]> | 2017-02-16 15:38:21 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2017-02-16 15:45:25 +0000 |
commit | 13bace25e3d8422f93fd24919994be36042fd220 (patch) | |
tree | 18809106a4bf0969d50deb1871e8978f08c4c8e3 /lang/python/tests/Makefile.am | |
parent | python: Support quick key creation. (diff) | |
download | gpgme-13bace25e3d8422f93fd24919994be36042fd220.tar.gz gpgme-13bace25e3d8422f93fd24919994be36042fd220.zip |
python: Support quick subkey creation.
* NEWS: Update.
* lang/python/gpg/core.py (Context.create_subkey): New function.
* lang/python/tests/Makefile.am (XTESTS): Add new test.
* lang/python/tests/t-quick-subkey-creation.py: New file.
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to '')
-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 5469e751..62c6087f 100644 --- a/lang/python/tests/Makefile.am +++ b/lang/python/tests/Makefile.am @@ -51,7 +51,8 @@ py_tests = t-wrapper.py \ t-file-name.py \ t-idiomatic.py \ t-protocol-assuan.py \ - t-quick-key-creation.py + t-quick-key-creation.py \ + t-quick-subkey-creation.py XTESTS = initial.py $(py_tests) final.py EXTRA_DIST = support.py $(XTESTS) encrypt-only.asc sign-only.asc \ |