mirror of
https://github.com/trussed-dev/fido2-tests.git
synced 2026-06-20 04:16:30 -07:00
9 lines
90 B
Python
9 lines
90 B
Python
import pytest
|
|
|
|
import tests
|
|
|
|
|
|
@pytest.mark.run(order=1)
|
|
def test_answer(device):
|
|
pass
|