mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2026-02-13 04:49:27 +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