stoof
This commit is contained in:
@@ -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())
|
||||
|
Reference in New Issue
Block a user