beets/test
Eric Masseran 548bd9bab6 Merge remote-tracking branch 'official/master' into use-aliases-for-track-album
* official/master: (54 commits)
  Require data_source in album_for_id and track_for_id functions
  Invoke album_matched hook from AlbumMatch.__post_init__
  Refactor match_by_id
  Take data source into account when deciding duplicate candidates
  Return album candidates from multiple sources when matching by IDs
  Add a test to reproduce the issue
  Move assignment tests to test/autotag/test_match.py
  Pulled latest changelog and added my entry to 'Unreleased > Bug fixes' section.
  Moved changelog note to top, under Unreleased.
  This PR improves the regex detection used for the drive_sep_replace default.
  This PR improves the regex detection used for the drive_sep_replace default.
  refactor: Use deprecate_for_user for beatport/bpsync deprecation warnings
  Fix docs: use single-line deprecated directive compatible with docstrfmt
  Fix docs formatting for beatport and bpsync rst files
  Deprecate beatport and bpsync plugins
  Update changelog.rst
  try to fix fish plugin
  Make get_search_query_with_filters abstract
  Document new methods
  Document shared metadata search plugin workflow
  ...
2026-03-10 08:52:31 +01:00
..
autotag Take data source into account when deciding duplicate candidates 2026-03-10 00:56:13 +00:00
library Skip langdetect-dependent tests when package is not installed 2026-03-08 08:19:55 +00:00
plugins Merge remote-tracking branch 'official/master' into use-aliases-for-track-album 2026-03-10 08:52:31 +01:00
rsrc Stop overwriting this test file name 2026-02-27 18:34:26 +00:00
ui Fix the rest of the tests 2026-02-27 18:34:26 +00:00
util Skip langdetect-dependent tests when package is not installed 2026-03-08 08:19:55 +00:00
__init__.py Remove unused imports 2021-08-26 20:59:48 +10:00
conftest.py Extend requires_import marker with force_ci option 2026-03-08 08:19:55 +00:00
test_art_resize.py Enable RUF rules 2026-01-13 20:55:40 +00:00
test_datequery.py Replace string concatenation (' + ') 2025-08-30 23:10:15 +01:00
test_dbcore.py Merge branch 'master' into indices 2026-01-30 01:03:18 +00:00
test_files.py Fix symlink tests for macOS 2026-03-02 09:24:25 +00:00
test_hidden.py Fix duplicate database change event send on Library.add (#5561) 2025-05-30 13:41:29 +00:00
test_importer.py Return album candidates from multiple sources when matching by IDs 2026-03-10 00:55:38 +00:00
test_library.py Clarify tests 2026-02-27 18:36:04 +00:00
test_logging.py fix: Sanitize log messages by removing control characters 2025-12-02 15:27:24 +05:00
test_m3ufile.py Reformat the codebase 2024-09-21 11:57:48 +01:00
test_metadata_plugins.py Require data_source in album_for_id and track_for_id functions 2026-03-10 00:56:35 +00:00
test_metasync.py Replace capture_output with io.getoutput 2026-02-10 00:53:20 +00:00
test_pipeline.py pipeline: remove old tests, integrate with out test suite 2025-05-06 14:51:20 +02:00
test_plugins.py Fix multi-value delimiter handling in templates 2026-02-22 16:12:58 +00:00
test_query.py Fix the rest of the tests 2026-02-27 18:34:26 +00:00
test_release.py Improve reference title for command links 2026-02-08 07:28:09 +00:00
test_sort.py Fix the rest of the tests 2026-02-27 18:34:26 +00:00
test_template.py Fix formatting 2025-05-07 10:41:01 +01:00
test_types.py Add NullPathType and types to PathType 2025-07-06 16:09:49 +01:00
test_util.py Simplify and speed up plurality/album tags retrieval tests 2025-05-31 19:17:42 +01:00
testall.py Remove def suite TestLoader definitions 2024-07-28 18:58:51 +01:00