mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 03:44:55 +00:00 
			
		
		
		
	In README: Write up (Guido's) rules for intra-test imports; warn against asserts; document test_support.use_large_resources.
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			201 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			201 B
		
	
	
	
		
			Python
		
	
	
	
	
	
# This should be equivalent to running regrtest.py from the cmdline.
 | 
						|
# It can be especially handy if you're in an interactive shell, e.g.,
 | 
						|
# from test import autotest.
 | 
						|
 | 
						|
import regrtest
 | 
						|
regrtest.main()
 |