Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/tests/twister/
Dtest_scl.py161 mock.patch('builtins.open', mock.mock_open()) as mock_file:
165 mock_file.assert_called_with('dummy/file.yaml', 'r', encoding='utf-8')
Dtest_testinstance.py248 ) as mock_file, \
259 print(mock_file.mock_calls)
261 mock_file.assert_called_with(
Dtest_handlers.py399 ) as mock_file, \
403 mock_file.assert_called_with(handler.log, 'w')
406 mock_file.return_value.write.assert_has_calls(expected_handler_calls)
411 assert mock_file.return_value.write.call_count < len(proc_stdout)
413 assert mock_file.return_value.write.call_count == len(proc_stdout)