This commit is contained in:
2025-01-14 10:52:53 -05:00
parent f86d5a4fec
commit e2d1b69df5
4 changed files with 22 additions and 21 deletions

View File

@@ -7,7 +7,7 @@ sys.path.insert(1, '.')
import sources.cache, sources.genius, sources.aggregate, sources.lrclib
test_artist = "hopsin"
test_song = "ill mind of hopsin 5"
test_song = "ill mind of fssfgdfhopsin 5"
async def test_cache(artist, song):
cache = sources.cache.Cache()
@@ -48,6 +48,6 @@ async def test_aggregate(artist=None, song=None):
loop = asyncio.new_event_loop()
# loop.run_until_complete(test_genius())
loop.run_until_complete(test_lrclib())
# loop.run_until_complete(test_lrclib())
# loop.run_until_complete(test_cache(artist=test_artist, song=test_song))
# loop.run_until_complete(test_aggregate())
loop.run_until_complete(test_aggregate())