mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 21:51:50 +00:00 
			
		
		
		
	 f5f6c436c6
			
		
	
	
		f5f6c436c6
		
	
	
	
	
		
			
			Change test_doctest and test_difflib to pass regrtest's notion of verbosity on to doctest. Add explanation for a dozen "new" things to test/README.
		
			
				
	
	
		
			3 lines
		
	
	
	
		
			90 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
	
		
			90 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| from test_support import verbose
 | |
| import doctest
 | |
| doctest.testmod(doctest, verbose=verbose)
 |