marcderbauer / songcrawler

Crawl Spotify and Genius for all the songs of your favourite artist!
MIT License
0 stars 0 forks source link

Add tests #13

Open marcderbauer opened 1 year ago

marcderbauer commented 1 year ago

Unittests/Doctest/Pytest. Whichever. Look into what's most widely adopted, maybe look into other repos what they use.

marcderbauer commented 1 year ago

Would be nice to test all the main functions (song, album, artist, playlist)

Could set the base_folder to _testdata (instead of data).

Open question: how simulate missing lyric errors? Can I somehow delete songs from the files?