From d144edb21d4b1c1f7fe2ed1e42e55cb2f081d826 Mon Sep 17 00:00:00 2001 From: Ricardo Martincoski Date: Fri, 16 Nov 2018 01:57:32 -0200 Subject: support/testing: add python-service-identity tests Add a simple test case that imports the module. Signed-off-by: Ricardo Martincoski Signed-off-by: Thomas Petazzoni --- support/testing/tests/package/sample_python_service_identity.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 support/testing/tests/package/sample_python_service_identity.py (limited to 'support/testing/tests/package/sample_python_service_identity.py') diff --git a/support/testing/tests/package/sample_python_service_identity.py b/support/testing/tests/package/sample_python_service_identity.py new file mode 100644 index 0000000000..3184b6c580 --- /dev/null +++ b/support/testing/tests/package/sample_python_service_identity.py @@ -0,0 +1,2 @@ +from service_identity import VerificationError # noqa +from service_identity.pyopenssl import verify_hostname # noqa -- cgit v1.2.3