Updated test for GifImagePlugin.seek()

- Add: Included test for `n_frames` optimization.
This commit is contained in:
AnonymouX47 2022-02-20 22:06:57 +01:00
parent 5bdd0762f3
commit 18d97bab16

View File

@ -277,6 +277,7 @@ def test_seek():
img.seek(img.tell() + 1)
except EOFError:
assert frame_count == 5
assert img._n_frames == frame_count
def test_seek_info():