implement keypad size
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
import pytest
|
||||
from src.user_interface import UserInterface
|
||||
from src.models import KeypadSize
|
||||
|
||||
|
||||
@pytest.fixture()
|
||||
def user_interface():
|
||||
return UserInterface.new(7, 10)
|
||||
return UserInterface.new(keypad_size=KeypadSize(attrs_per_key=7, numb_of_keys=10))
|
||||
|
||||
|
||||
def test_dispersion(user_interface):
|
||||
|
||||
Reference in New Issue
Block a user