mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 10:46:16 +03:00
test case for set_blocks_max
This commit is contained in:
parent
2acc098cab
commit
590b5b7f9e
|
@ -105,6 +105,7 @@ class TestCoreMemory(PillowTestCase):
|
|||
Image.new("RGB", (10, 10))
|
||||
|
||||
self.assertRaises(ValueError, Image.core.set_blocks_max, -1)
|
||||
self.assertRaises(ValueError, Image.core.set_blocks_max, 2**29)
|
||||
|
||||
@unittest.skipIf(is_pypy, "images are not collected")
|
||||
def test_set_blocks_max_stats(self):
|
||||
|
|
Loading…
Reference in New Issue
Block a user