From a42d814a65fdc29a3be6efa97433997495696a88 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Mon, 23 May 2016 15:42:14 +0200 Subject: 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 --- lang/python/tests/t-callbacks.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lang/python/tests/t-callbacks.py') 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 . -import os from pyme import core, constants import support -- cgit v1.2.3