mirror of
				https://github.com/KevinMidboe/spotify-downloader.git
				synced 2025-10-29 18:00:15 +00:00 
			
		
		
		
	Add tests for encoders
and some refactoring
This commit is contained in:
		| @@ -6,6 +6,9 @@ import pytest | ||||
|  | ||||
|  | ||||
| class TestEncoderNotFoundSubclass: | ||||
|     def test_encoder_not_found_subclass(self): | ||||
|         assert issubclass(FFmpegNotFoundError, Exception) | ||||
|  | ||||
|     def test_ffmpeg_not_found_subclass(self): | ||||
|         assert issubclass(FFmpegNotFoundError, EncoderNotFoundError) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user