Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def test_image_to_data__pandas_support(test_file):
with pytest.raises(TSVNotSupported):
image_to_data(test_file, output_type=Output.DATAFRAME)