MCPcopy Create free account
hub / github.com/geekcomputers/Python / FkInput

Class FkInput

Industrial_developed_hangman/tests/test_hangman/test_main.py:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20
21class FkInput(object):
22 def __init__(self, values_to_input: List[str]) -> None:
23 self.values_to_input: List[str] = values_to_input
24
25 def __call__(self) -> str:
26 return self.values_to_input.pop(0)
27
28
29@pytest.fixture

Callers 4

test_get_wordFunction · 0.85
test_start_game_winFunction · 0.85
test_start_game_looseFunction · 0.85
test_wow_yearFunction · 0.85

Calls

no outgoing calls

Tested by 4

test_get_wordFunction · 0.68
test_start_game_winFunction · 0.68
test_start_game_looseFunction · 0.68
test_wow_yearFunction · 0.68