mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 23:21:29 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			101 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			101 B
		
	
	
	
		
			Python
		
	
	
	
	
	
from lib2to3.tests import load_tests
 | 
						|
import unittest
 | 
						|
 | 
						|
if __name__ == '__main__':
 | 
						|
    unittest.main()
 |