beets/test/plugins
2025-09-25 21:39:29 +02:00
..
__init__.py
lyrics_pages.py lyrics: xfail sweetslyrics end-to-end test 2025-08-30 23:10:22 +01:00
test_acousticbrainz.py
test_advancedrewrite.py
test_albumtypes.py musicbrainz: synchronise plugin import path 2025-05-17 03:31:58 +01:00
test_art.py Replace string concatenation (' + ') 2025-08-30 23:10:15 +01:00
test_aura.py
test_autobpm.py
test_bareasc.py
test_beatport.py Use unittest.TestCase for tests that don't require the dir setup 2025-05-26 12:40:38 +01:00
test_bpd.py Rename test_player -> test_bpd 2025-07-16 14:06:35 +01:00
test_bucket.py
test_convert.py Replace format calls with f-strings 2025-08-30 18:42:26 +01:00
test_discogs.py Refactor tests, adjust changelog, move config option to new features. 2025-09-22 19:47:50 +02:00
test_edit.py Replace assertCount 2025-07-09 09:21:51 +01:00
test_embedart.py fix test by changing patch 2025-09-21 08:04:51 -07:00
test_embyupdate.py Fix formatting 2025-05-07 10:41:01 +01:00
test_export.py
test_fetchart.py
test_filefilter.py
test_ftintitle.py test(ftintitle): fix flake, massage mypy 2025-09-21 22:27:11 +01:00
test_hook.py Move EventType definition to plugins.py and fix test_hook types 2025-08-09 15:44:35 +01:00
test_ihate.py
test_importadded.py Replace string concatenation (' + ') 2025-08-30 23:10:15 +01:00
test_importfeeds.py Introduce TestHelper.temp_dir_path 2025-07-09 09:17:14 +01:00
test_info.py
test_ipfs.py Replace format calls with f-strings 2025-08-30 18:42:26 +01:00
test_keyfinder.py
test_lastgenre.py lastgenre: Refactor test_pretend to pytest 2025-09-25 21:39:29 +02:00
test_limit.py Replace string concatenation (' + ') 2025-08-30 23:10:15 +01:00
test_lyrics.py fix local langdetect test failures 2025-05-31 18:56:21 -04:00
test_mbsubmit.py Centralize AutotagStub test setup into AutotagImportTestCase 2025-05-17 03:31:58 +01:00
test_mbsync.py Fixed imports for all tests and added a bit of stricter type checking. 2025-07-15 15:03:14 +02:00
test_mpdstats.py Do not use explicit indices for logging args when not needed 2025-08-30 23:10:21 +01:00
test_musicbrainz.py Replace string concatenation (' + ') 2025-08-30 23:10:15 +01:00
test_parentwork.py Do not use backslashes to deal with long strings 2025-08-30 23:10:20 +01:00
test_permissions.py Replace assertPrem 2025-07-09 09:21:52 +01:00
test_play.py Replace string concatenation (' + ') 2025-08-30 23:10:15 +01:00
test_playlist.py Replace string concatenation (' + ') 2025-08-30 23:10:15 +01:00
test_plexupdate.py Replace string concatenation (' + ') 2025-08-30 23:10:15 +01:00
test_plugin_mediafield.py Replace string concatenation (' + ') 2025-08-30 23:10:15 +01:00
test_random.py Replace format calls with f-strings 2025-08-30 18:42:26 +01:00
test_replace.py Feat: Add replace plugin (#5644) 2025-05-27 00:17:52 +02:00
test_replaygain.py Replace format calls with f-strings 2025-08-30 18:42:26 +01:00
test_scrub.py Move scrub test to a separate file 2025-05-17 03:32:00 +01:00
test_smartplaylist.py Replace string concatenation (' + ') 2025-08-30 23:10:15 +01:00
test_spotify.py Replace string concatenation (' + ') 2025-08-30 23:10:15 +01:00
test_subsonicupdate.py Use unittest.TestCase for tests that don't require the dir setup 2025-05-26 12:40:38 +01:00
test_substitute.py Replace string concatenation (' + ') 2025-08-30 23:10:15 +01:00
test_the.py Use unittest.TestCase for tests that don't require the dir setup 2025-05-26 12:40:38 +01:00
test_thumbnails.py Remove no-op decargs 2025-07-08 11:37:33 +01:00
test_types_plugin.py refactor: convert _types from class attributes to cached properties 2025-07-16 14:45:25 +01:00
test_web.py Replace string concatenation (' + ') 2025-08-30 23:10:15 +01:00
test_zero.py