mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26:17 +03:00
added explanation
This commit is contained in:
parent
0347bcc91d
commit
87d5c8a506
|
@ -7,12 +7,12 @@ try:
|
|||
|
||||
class TestImageGrab(PillowTestCase):
|
||||
|
||||
@unittest.skipIf(onAppveyor())
|
||||
@unittest.skipIf(onAppveyor(), "Test fails on appveyor")
|
||||
def test_grab(self):
|
||||
im = ImageGrab.grab()
|
||||
self.assert_image(im, im.mode, im.size)
|
||||
|
||||
@unittest.skipIf(onAppveyor())
|
||||
@unittest.skipIf(onAppveyor(), "Test fails on appveyor")
|
||||
def test_grab2(self):
|
||||
im = ImageGrab.grab()
|
||||
self.assert_image(im, im.mode, im.size)
|
||||
|
|
Loading…
Reference in New Issue
Block a user