mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 09:57:43 +03:00 
			
		
		
		
	Enabled ImageGrab.grab test on AppVeyor
This commit is contained in:
		
							parent
							
								
									94925c5057
								
							
						
					
					
						commit
						467d2089be
					
				| 
						 | 
				
			
			@ -1,4 +1,4 @@
 | 
			
		|||
from helper import unittest, PillowTestCase, on_appveyor
 | 
			
		||||
from helper import unittest, PillowTestCase
 | 
			
		||||
 | 
			
		||||
import sys
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -7,7 +7,6 @@ try:
 | 
			
		|||
 | 
			
		||||
    class TestImageGrab(PillowTestCase):
 | 
			
		||||
 | 
			
		||||
        @unittest.skipIf(on_appveyor(), "Test fails on appveyor")
 | 
			
		||||
        def test_grab(self):
 | 
			
		||||
            im = ImageGrab.grab()
 | 
			
		||||
            self.assert_image(im, im.mode, im.size)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user