beets/test
ThinkChaos 65f2285dd3
fix(import): don't throw away album flexible fields
As noted by 5bf4e3d92f, MusicBrainz
external IDs (`*_album_id`) were only saved for items and not albums.
This commit addresses that by copying `AlbumInfo` fields to the `Album`,
i.e. what's saved in the DB.
This is similar to how `TrackInfo` fields are copied to `Item` instances
except the copying is done at a different time since we only get an
`Album` much later in the import flow.
2024-08-26 13:06:28 -04:00
..
plugins autobpm: add tests 2024-08-19 22:44:17 +01:00
rsrc Add test for lyrics 2024-07-11 15:15:25 +10:00
__init__.py Remove unused imports 2021-08-26 20:59:48 +10:00
test_art_resize.py Replace assertLess and assertLessEqual 2024-08-12 08:43:43 +01:00
test_autotag.py Use f-string syntax 2024-08-16 17:47:23 +01:00
test_config_command.py Replace assertRaises 2024-08-12 08:43:42 +01:00
test_datequery.py Replace assertRaises 2024-08-12 08:43:42 +01:00
test_dbcore.py Replace assertGreater and assertGreaterEqual 2024-08-12 08:43:43 +01:00
test_files.py Replace assertNotEqual 2024-08-12 08:43:42 +01:00
test_hidden.py Replace assertTrue 2024-08-05 17:11:16 +01:00
test_importer.py fix(import): don't throw away album flexible fields 2024-08-26 13:06:28 -04:00
test_library.py Replace assertGreater and assertGreaterEqual 2024-08-12 08:43:43 +01:00
test_logging.py Replace assertIsInstance 2024-08-12 08:43:42 +01:00
test_m3ufile.py Replace assertRaises 2024-08-12 08:43:42 +01:00
test_mb.py Make this test ignore my local beets config 2024-08-12 08:49:30 +01:00
test_metasync.py Replace assertEqual 2024-08-12 08:43:42 +01:00
test_pipeline.py Replace assertRaises 2024-08-12 08:43:42 +01:00
test_plugins.py Use f-string syntax 2024-08-16 17:47:23 +01:00
test_query.py Use f-string syntax 2024-08-16 17:47:23 +01:00
test_sort.py Replace assertGreater and assertGreaterEqual 2024-08-12 08:43:43 +01:00
test_template.py Use f-string syntax 2024-08-16 17:47:23 +01:00
test_ui.py Replace assertGreater and assertGreaterEqual 2024-08-12 08:43:43 +01:00
test_ui_commands.py Replace assertRaises 2024-08-12 08:43:42 +01:00
test_ui_importer.py Remove def suite TestLoader definitions 2024-07-28 18:58:51 +01:00
test_ui_init.py Replace assertEqual 2024-08-12 08:43:42 +01:00
test_util.py Replace assertRaises 2024-08-12 08:43:42 +01:00
test_vfs.py Replace assertEqual 2024-08-12 08:43:42 +01:00
testall.py Remove def suite TestLoader definitions 2024-07-28 18:58:51 +01:00