beets/test
Šarūnas Nejus 0a12d07a94
Do not attempt to fetch lyrics with empty data
Modified `search_pairs` function in `lyrics.py` to:

* Firstly strip each of `artist`, `artist_sort` and `title` fields
* Only generate alternatives if both `artist` and `title` are not empty
* Ensure that `artist_sort` is not empty and not equal to artist (ignoring
  case) before appending it to the artists

Extended tests to cover the changes.
2025-01-19 01:48:04 +00:00
..
plugins Do not attempt to fetch lyrics with empty data 2025-01-19 01:48:04 +00:00
rsrc Remove redundant lyrics test files 2025-01-19 01:32:17 +00:00
__init__.py
conftest.py Configure integrated lyrics tests to only run on lyrics code changes 2025-01-19 01:48:03 +00:00
test_art_resize.py
test_autotag.py
test_config_command.py
test_datequery.py
test_dbcore.py Use table-qualified names in any field query 2025-01-19 01:09:11 +00:00
test_files.py
test_hidden.py
test_importer.py
test_library.py
test_logging.py
test_m3ufile.py
test_mb.py
test_metasync.py
test_pipeline.py
test_plugins.py
test_query.py Use table-qualified names in any field query 2025-01-19 01:09:11 +00:00
test_release.py Fix release formatting for new versions of pandoc 2025-01-13 05:21:01 +00:00
test_sort.py
test_template.py
test_ui.py Ignore this test 2025-01-13 22:48:14 +00:00
test_ui_commands.py
test_ui_importer.py
test_ui_init.py
test_util.py
test_vfs.py
testall.py