mirror of
				https://github.com/KevinMidboe/spotify-downloader.git
				synced 2025-10-29 18:00:15 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			186 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			186 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| from spotdl.metadata.embedders import EmbedderDefault
 | |
| 
 | |
| import pytest
 | |
| 
 | |
| @pytest.mark.xfail
 | |
| def test_embedder():
 | |
|     # Do not forget to Write tests for this!
 | |
|     raise NotImplementedError
 | |
| 
 |