mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	bpo-45229: Make tkinter tests discoverable (GH-28637)
This commit is contained in:
		
							parent
							
								
									676201a59f
								
							
						
					
					
						commit
						f59ed3c310
					
				
					 18 changed files with 496 additions and 604 deletions
				
			
		|  | @ -376,7 +376,5 @@ def test_transparency(self): | |||
|         self.assertEqual(image.transparency_get(4, 6), False) | ||||
| 
 | ||||
| 
 | ||||
| tests_gui = (MiscTest, DefaultRootTest, BitmapImageTest, PhotoImageTest,) | ||||
| 
 | ||||
| if __name__ == "__main__": | ||||
|     support.run_unittest(*tests_gui) | ||||
|     unittest.main() | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Serhiy Storchaka
						Serhiy Storchaka