Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/tests/twister/
Dtest_quarantine.py166 def test_quarantinedata_load_data_from_yaml(file_contents, expected): argument
167 with mock.patch('builtins.open', mock.mock_open(read_data=file_contents)):