mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00: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
	 Philipp Hagemeister
					Philipp Hagemeister