This commit is contained in:
2025-03-17 09:58:28 -05:00
parent f9f7081fc6
commit cfef58613c
9 changed files with 170 additions and 185 deletions

View File

@@ -3,12 +3,10 @@ import pytest
from src.nkode_api import NKodeAPI
from src.models import NKodePolicy, KeypadSize
@pytest.fixture()
def nkode_api() -> NKodeAPI:
return NKodeAPI()
@pytest.mark.parametrize("keypad_size,passcode_len", [
(KeypadSize(numb_of_keys=10, props_per_key=11), 4),
(KeypadSize(numb_of_keys=10, props_per_key=12), 5),