From cc0d59cfe617dfefd435517817f9259dc8810f12 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Tue, 9 Apr 2019 10:55:38 +0900 Subject: [PATCH] tests: Power off the reader at the end of test suite. --- tests/conftest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/conftest.py b/tests/conftest.py index ddb9221..74df6a7 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -16,3 +16,4 @@ def card(): card.cmd_select_openpgp() yield card del card + reader.ccid_power_off()