soulsync/tests/tools
Broque Thomas da415a4a7e test(amazon): update search_albums test for derived-from-tracks behavior
Commit 478bcc5d (`fix(amazon): search albums/artists and track numbers
for t2tunes`) switched `search_albums` to query `types=track` and derive
Album objects from the album metadata on each track hit — Amazon's
album-type query is broken upstream. The matching test was left asserting
the old "filter out track hits → return []" behavior and has been failing
in CI ever since.

Rewritten to assert the current intended behavior: track hits yield
distinct albums by album ASIN, with the artist credit + name preserved.
No code change.
2026-05-19 18:22:56 -07:00
..
__init__.py Amazon Music provider: metadata client + download source (T2Tunes) 2026-05-16 07:46:41 -07:00
test_amazon_client.py test(amazon): update search_albums test for derived-from-tracks behavior 2026-05-19 18:22:56 -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_amazon_worker_schema.py Harden Amazon worker schema migration 2026-05-18 15:47:04 -07:00
test_t2tunes_probe.py Add T2Tunes probe unit tests 2026-05-16 11:49:03 -07:00