soulsync/tests/tools
Broque Thomas 14a99f47ab fix(tests): use asyncio.run() instead of get_event_loop() in amazon test helper
get_event_loop() raises RuntimeError on Python 3.11+ Linux when no loop
exists. asyncio.run() creates its own loop per call — no deprecation warning,
works across all supported Python versions.
2026-05-16 12:48:36 -07:00
..
__init__.py Amazon Music provider: metadata client + download source (T2Tunes) 2026-05-16 07:46:41 -07:00
test_amazon_client.py Amazon Music provider: metadata client + download source (T2Tunes) 2026-05-16 07:46:41 -07:00
test_amazon_download_client.py fix(tests): use asyncio.run() instead of get_event_loop() in amazon test helper 2026-05-16 12:48:36 -07:00
test_t2tunes_probe.py Add T2Tunes probe unit tests 2026-05-16 11:49:03 -07:00