diff options
author | Justus Winter <[email protected]> | 2016-05-31 14:21:06 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-05-31 14:22:31 +0000 |
commit | afa0dd56e1cce64fe08bff3c64b12aecce54fd2d (patch) | |
tree | c0bb97f2ab319e192a09b4b918a77926d7b477aa /lang/python/tests/Makefile.am | |
parent | build: Fix URL. (diff) | |
download | gpgme-afa0dd56e1cce64fe08bff3c64b12aecce54fd2d.tar.gz gpgme-afa0dd56e1cce64fe08bff3c64b12aecce54fd2d.zip |
python: Port more tests.
* lang/python/gpgme.i: Hide length fields of notations.
* lang/python/tests/Makefile.am (pytests): Add new tests.
* lang/python/tests/t-decrypt-verify.py: New file.
* lang/python/tests/t-sig-notation.py: Likewise.
* lang/python/tests/t-verify.py: Likewise.
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, 3 insertions, 0 deletions
diff --git a/lang/python/tests/Makefile.am b/lang/python/tests/Makefile.am index 0bc8c7f8..b85e82e3 100644 --- a/lang/python/tests/Makefile.am +++ b/lang/python/tests/Makefile.am @@ -38,6 +38,9 @@ py_tests = t-wrapper.py \ t-sign.py \ t-signers.py \ t-decrypt.py \ + t-verify.py \ + t-decrypt-verify.py \ + t-sig-notation.py \ t-export.py \ t-trustlist.py \ t-edit.py \ |