tests: Power off the reader at the end of test suite.

This commit is contained in:
NIIBE Yutaka
2019-04-09 10:55:38 +09:00
parent 9c1368fdd0
commit cc0d59cfe6

View File

@@ -16,3 +16,4 @@ def card():
card.cmd_select_openpgp()
yield card
del card
reader.ccid_power_off()