Pillow/Tests/test_image_tobytes.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
113 B
Python
Raw Normal View History

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