diff options
author | Justus Winter <[email protected]> | 2016-05-23 13:42:14 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-05-23 13:43:55 +0000 |
commit | a42d814a65fdc29a3be6efa97433997495696a88 (patch) | |
tree | 52a51d93aa6ca2391982c4491db10f9febcdd7a3 /lang/python/tests/t-callbacks.py | |
parent | python: Translate list of strings. (diff) | |
download | gpgme-a42d814a65fdc29a3be6efa97433997495696a88.tar.gz gpgme-a42d814a65fdc29a3be6efa97433997495696a88.zip |
python: Port more tests.
* lang/python/tests/Makefile.am (TESTS_ENVIRONMENT): Set
LD_LIBRARY_PATH.
(pytests): Add new tests.
* lang/python/tests/t-callbacks.py: Trim imports.
* lang/python/tests/t-encrypt-sign.py: New file.
* lang/python/tests/t-export.py: Likewise.
* lang/python/tests/t-signers.py: Likewise.
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to '')
-rwxr-xr-x | lang/python/tests/t-callbacks.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/python/tests/t-callbacks.py b/lang/python/tests/t-callbacks.py index bd88d861..13ce4864 100755 --- a/lang/python/tests/t-callbacks.py +++ b/lang/python/tests/t-callbacks.py @@ -17,7 +17,6 @@ # You should have received a copy of the GNU Lesser General Public # License along with this program; if not, see <http://www.gnu.org/licenses/>. -import os from pyme import core, constants import support |