Searched refs:file_contents (Results 1 – 1 of 1) sorted by relevance
166 def test_quarantinedata_load_data_from_yaml(file_contents, expected): argument167 with mock.patch('builtins.open', mock.mock_open(read_data=file_contents)):