mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-10-31 07:57:27 +03:00 
			
		
		
		
	Make test_imaging_stretch.py runnable as a standalone script
This commit is contained in:
		
							parent
							
								
									6d7c010bed
								
							
						
					
					
						commit
						675371b9b1
					
				|  | @ -38,3 +38,9 @@ class TestImagingStretch(PillowTestCase): | ||||||
|             r = im.im.stretch((764, 414), f) |             r = im.im.stretch((764, 414), f) | ||||||
|             self.assertEqual(r.mode, "RGB") |             self.assertEqual(r.mode, "RGB") | ||||||
|             self.assertEqual(r.size, (764, 414)) |             self.assertEqual(r.size, (764, 414)) | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | if __name__ == '__main__': | ||||||
|  |     unittest.main() | ||||||
|  | 
 | ||||||
|  | # End of file | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user