mirror of
				https://github.com/python/cpython.git
				synced 2025-10-30 21:21:22 +00:00 
			
		
		
		
	When the regression test is run in verbose mode, make the PyUNIT-based
tests a little noisier, providing more progress information.
This commit is contained in:
		
							parent
							
								
									db81e8ddf8
								
							
						
					
					
						commit
						84a5934f8a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -112,7 +112,7 @@ def run(self, test): | ||||||
| def run_unittest(testclass): | def run_unittest(testclass): | ||||||
|     """Run tests from a unittest.TestCase-derived class.""" |     """Run tests from a unittest.TestCase-derived class.""" | ||||||
|     if verbose: |     if verbose: | ||||||
|         runner = unittest.TextTestRunner(sys.stdout, descriptions=0) |         runner = unittest.TextTestRunner(sys.stdout, verbosity=2) | ||||||
|     else: |     else: | ||||||
|         runner = BasicTestRunner() |         runner = BasicTestRunner() | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Fred Drake
						Fred Drake