Home
last modified time | relevance | path

Searched refs:mock_input (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_getpass.py67 def test_uses_stdin_as_default_input(self, mock_input): argument
68 mock_input.readline.return_value = 'input_string'
70 mock_input.readline.assert_called_once_with()
73 def test_uses_stdin_as_different_locale(self, mock_input): argument
75 mock_input.readline.return_value = "Hasło: "
77 mock_input.readline.assert_called_once_with()