Pillow/Tests/test_image_tobytes.py

7 lines
113 B
Python
Raw Normal View History

from .helper import hopper
def test_sanity():
data = hopper().tobytes()
assert isinstance(data, bytes)