gpgme/lang/python/tests
Justus Winter 8196edf9ca python: Wrap file-like objects on demand.
* lang/python/gpgme.i (gpgme_data_t): Use new function to create
wrapper objects if necessary, and deallocate them after the function
call.
* lang/python/helpers.c (object_to_gpgme_data_t): New function.
* lang/python/helpers.h (object_to_gpgme_data_t): New prototype.
* lang/python/tests/Makefile.am (pytests): Add new test.
* lang/python/tests/t-idiomatic.py: New file.

Signed-off-by: Justus Winter <justus@g10code.com>
2016-06-06 14:16:04 +02:00
..
Makefile.am python: Wrap file-like objects on demand. 2016-06-06 14:16:04 +02:00
support.py python: Initialize GPGME for the user. 2016-06-06 14:16:04 +02:00
t-callbacks.py python: Implement data callbacks. 2016-05-27 14:04:28 +02:00
t-data.py python: Port more tests. 2016-05-27 17:24:12 +02:00
t-decrypt-verify.py python: Port more tests. 2016-05-31 16:22:31 +02:00
t-decrypt.py python: Add more tests. 2016-05-19 11:09:45 +02:00
t-edit.py python: Improve support for edit callbacks. 2016-05-24 13:13:35 +02:00
t-encrypt-large.py python: Port more tests. 2016-05-27 17:24:12 +02:00
t-encrypt-sign.py python: Port more tests. 2016-05-23 15:43:55 +02:00
t-encrypt-sym.py python: Add more tests. 2016-05-19 11:09:45 +02:00
t-encrypt.py python: Add more tests. 2016-05-19 11:09:45 +02:00
t-export.py python: Port more tests. 2016-05-23 15:43:55 +02:00
t-file-name.py python: Port more tests. 2016-05-27 17:24:12 +02:00
t-idiomatic.py python: Wrap file-like objects on demand. 2016-06-06 14:16:04 +02:00
t-sig-notation.py tests: Fix notation tests. 2016-06-01 12:50:32 +02:00
t-sign.py python: Add more tests. 2016-05-19 11:09:45 +02:00
t-signers.py python: Port more tests. 2016-05-23 15:43:55 +02:00
t-trustlist.py python: Port more tests. 2016-05-27 17:24:12 +02:00
t-verify.py python: Port more tests. 2016-05-31 16:22:31 +02:00
t-wait.py python: Improve and test Context.wait. 2016-05-24 18:00:16 +02:00
t-wrapper.py python: Share generated methods between objects. 2016-05-12 18:29:04 +02:00