mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	 a48b526745
			
		
	
	
		a48b526745
		
	
	
	
	
		
			
			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()
 |