..
rsrc
replaygain: apply review feedback: fixup previous refactor, improve tests
2023-07-22 12:47:19 +02:00
__init__.py
Remove unused imports
2021-08-26 20:59:48 +10:00
_common.py
tests: make use of our custom filesystem assertions for conciseness
2023-07-16 10:42:47 +02:00
helper.py
Fix various typos
2023-08-09 21:26:15 -04:00
lyrics_download_samples.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_acousticbrainz.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_albumtypes.py
Fix albumtypes plugin and its tests
2023-02-27 13:43:03 +01:00
test_art.py
Fix the error with CAA where no image would be downloaded when thumbnails are missing
2023-10-07 23:14:03 +02:00
test_art_resize.py
artresizer: move ImageMagick/PIL code from thumbnails plugin to ArtResizer
2022-03-12 23:34:46 +01:00
test_autotag.py
Add support for artists and albumartists multi-valued tags ( #4743 )
2023-09-09 09:46:26 +02:00
test_bareasc.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_beatport.py
Remove unused imports
2021-08-26 20:59:48 +10:00
test_bucket.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_config_command.py
Remove unused imports
2021-08-26 20:59:48 +10:00
test_convert.py
tests: make use of our custom filesystem assertions for conciseness
2023-07-16 10:42:47 +02:00
test_datequery.py
Missed a couple of cases in tests
2023-07-31 10:26:59 -07:00
test_dbcore.py
typings: corrections for dbcore/queryparse
2023-06-23 10:59:51 +02:00
test_discogs.py
Introduce new module beets.util.id_extractors
2023-03-08 18:12:31 +01:00
test_edit.py
Add support for artists and albumartists multi-valued tags ( #4743 )
2023-09-09 09:46:26 +02:00
test_embedart.py
add missing syspath conversions (1/3, tests)
2023-06-24 14:52:46 +02:00
test_embyupdate.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_export.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_fetchart.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_filefilter.py
add missing syspath conversions (1/3, tests)
2023-06-24 14:52:46 +02:00
test_files.py
tests: make use of our custom filesystem assertions for conciseness
2023-07-16 10:42:47 +02:00
test_ftintitle.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_hidden.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_hook.py
Fix @unittest.skipIf annotations to ignore only win32
2022-01-07 21:29:44 -08:00
test_ihate.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_importadded.py
add missing syspath conversions (1/3, tests)
2023-06-24 14:52:46 +02:00
test_importer.py
Merge pull request #4900 from fracai/4326-scrub-no-rewrite
2023-09-16 12:47:07 -04:00
test_importfeeds.py
Use f-string in test_importfeeds
2023-07-28 07:04:06 +02:00
test_info.py
Add support for artists and albumartists multi-valued tags ( #4743 )
2023-09-09 09:46:26 +02:00
test_ipfs.py
Fix ipfs plugin and test_ipfs
2023-08-23 06:34:16 +02:00
test_keyfinder.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_lastgenre.py
Remove unused imports
2021-08-26 20:59:48 +10:00
test_library.py
Add support for artists and albumartists multi-valued tags ( #4743 )
2023-09-09 09:46:26 +02:00
test_limit.py
Test failing due to unidentified argument processing issue; replacing with API calls gives expected results.
2021-12-27 13:26:38 -05:00
test_logging.py
test_logging: fix incorrect exception handling
2022-01-20 21:16:17 +01:00
test_lyrics.py
Fix various typos
2023-08-09 21:26:15 -04:00
test_m3ufile.py
tests: address some warnings
2023-05-07 18:43:43 +02:00
test_mb.py
Add support for artists and albumartists multi-valued tags ( #4743 )
2023-09-09 09:46:26 +02:00
test_mbsubmit.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_mbsync.py
Missed a couple of cases in tests
2023-07-31 10:26:59 -07:00
test_metasync.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_mpdstats.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_parentwork.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_permissions.py
Commit #4036
2021-09-26 16:41:13 +10:00
test_pipeline.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_play.py
Fix @unittest.skipIf annotations to ignore only win32
2022-01-07 21:29:44 -08:00
test_player.py
Remove use of imp
2022-08-21 08:13:07 -07:00
test_playlist.py
Remove unused imports
2021-08-26 20:59:48 +10:00
test_plexupdate.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_plugin_mediafield.py
Add support for artists and albumartists multi-valued tags ( #4743 )
2023-09-09 09:46:26 +02:00
test_plugins.py
Fix various typos
2023-08-09 21:26:15 -04:00
test_query.py
Add support for artists and albumartists multi-valued tags ( #4743 )
2023-09-09 09:46:26 +02:00
test_random.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_replaygain.py
replaygain: apply review feedback: fixup previous refactor, improve tests
2023-07-22 12:47:19 +02:00
test_smartplaylist.py
tests: make use of our custom filesystem assertions for conciseness
2023-07-16 10:42:47 +02:00
test_sort.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_spotify.py
really remove all six imports
2022-01-20 00:26:01 +01:00
test_subsonicupdate.py
Remove unused imports
2021-08-26 20:59:48 +10:00
test_template.py
Remove unused imports
2021-08-26 20:59:48 +10:00
test_the.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_thumbnails.py
add missing syspath conversions (2/3, beetsplug)
2023-07-16 10:17:40 +02:00
test_types_plugin.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_ui.py
Fix handling of whitespace near color codes
2023-10-14 10:43:12 +02:00
test_ui_commands.py
add missing syspath conversions (1/3, tests)
2023-06-24 14:52:46 +02:00
test_ui_importer.py
Remove unused imports
2021-08-26 20:59:48 +10:00
test_ui_init.py
Fix various typos
2023-08-09 21:26:15 -04:00
test_util.py
test: separate case_sensitive unit tests from PathQueryTest
2022-12-24 13:36:53 +01:00
test_vfs.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_web.py
Fix various typos
2023-08-09 21:26:15 -04:00
test_zero.py
tests: fix assertions for empty MediaFile.images
2022-12-18 08:41:42 +01:00
testall.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00