mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-12-07 20:09:08 +00:00
Very brittle command-line frontend
This commit is contained in:
9
spotdl/metadata/embedders/tests/test_default_embedder.py
Normal file
9
spotdl/metadata/embedders/tests/test_default_embedder.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from spotdl.metadata.embedders import EmbedderDefault
|
||||
|
||||
import pytest
|
||||
|
||||
@pytest.mark.xfail
|
||||
def test_embedder():
|
||||
# Do not forget to Write tests for this!
|
||||
raise NotImplementedError
|
||||
|
||||
Reference in New Issue
Block a user