mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	Use str every time
This commit is contained in:
		| @@ -168,7 +168,7 @@ for n, test_case in enumerate(defs): | ||||
|     tname = 'test_' + str(test_case['name']) | ||||
|     i = 1 | ||||
|     while hasattr(TestDownload, tname): | ||||
|         tname = 'test_'  + test_case['name'] + '_' + str(i) | ||||
|         tname = 'test_'  + str(test_case['name']) + '_' + str(i) | ||||
|         i += 1 | ||||
|     test_method.__name__ = tname | ||||
|     setattr(TestDownload, test_method.__name__, test_method) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user