mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	Issue #19600: Use specific asserts in distutils tests.
This commit is contained in:
		
						commit
						932c6160b5
					
				
					 16 changed files with 36 additions and 36 deletions
				
			
		|  | @ -266,7 +266,7 @@ def test_strtobool(self): | |||
|             self.assertTrue(strtobool(y)) | ||||
| 
 | ||||
|         for n in no: | ||||
|             self.assertTrue(not strtobool(n)) | ||||
|             self.assertFalse(strtobool(n)) | ||||
| 
 | ||||
|     def test_rfc822_escape(self): | ||||
|         header = 'I am a\npoor\nlonesome\nheader\n' | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Serhiy Storchaka
						Serhiy Storchaka