rename functions and attributes

This commit is contained in:
2024-07-17 08:43:45 -05:00
parent d23ad7ac2b
commit c4d8233730
12 changed files with 195 additions and 79 deletions

View File

@@ -4,7 +4,7 @@ from src.user_interface import UserInterface
@pytest.fixture()
def user_interface():
return UserInterface.new_interface(7, 10)
return UserInterface.new(7, 10)
def test_dispersion(user_interface):