test and validate signup with dispersable keypad and login with non-dispersable keypad
This commit is contained in:
@@ -22,9 +22,9 @@ def test_encode_decode_base64(passcode_len):
|
||||
@pytest.mark.parametrize(
|
||||
"keypad_size,max_nkode_len",
|
||||
[
|
||||
(KeypadSize(numb_of_keys=10, attrs_per_key=7), 10),
|
||||
(KeypadSize(numb_of_keys=9, attrs_per_key=7), 10),
|
||||
(KeypadSize(numb_of_keys=8, attrs_per_key=7), 12),
|
||||
(KeypadSize(numb_of_keys=10, attrs_per_key=11), 10),
|
||||
(KeypadSize(numb_of_keys=9, attrs_per_key=11), 10),
|
||||
(KeypadSize(numb_of_keys=8, attrs_per_key=11), 12),
|
||||
])
|
||||
def test_decode_mask(keypad_size, max_nkode_len):
|
||||
customer = CustomerAttributes.new(keypad_size)
|
||||
|
||||
Reference in New Issue
Block a user