gnuk/tests/skip_if_kdfreq.py
NIIBE Yutaka af3ebbca50 tests: Fix KDF required handling.
Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
2022-07-12 14:47:32 +09:00

7 lines
183 B
Python

import pytest
@pytest.fixture(scope="module",autouse=True)
def check_kdfreq(card):
if card.kdf_required:
pytest.skip("Token requires KDF setup", allow_module_level=True)