beets/test
wisp3rwind 1ef6b90786 add missing syspath conversions (1/3, tests)
these are mostly in the tests, which didn't cause issues since the
affected directories usually have nice ASCII paths. For consistency, it
is nicer to always invoke syspath. That also avoids deprecation warnings
for the bytestring interfaces on Python <= 3.5. The bytestring
interfaces were undeprecated with PEP 529 in Python 3.6, such that we
didn't observe any actual failures.
2023-06-24 14:52:46 +02:00
..
rsrc convert: playlist: M3U read as bytes 2023-03-29 07:46:08 +02:00
__init__.py Remove unused imports 2021-08-26 20:59:48 +10:00
_common.py add missing syspath conversions (1/3, tests) 2023-06-24 14:52:46 +02:00
helper.py add missing syspath conversions (1/3, tests) 2023-06-24 14:52:46 +02: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 add missing syspath conversions (1/3, tests) 2023-06-24 14:52:46 +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 pyupgrade beetsplug and tests 2021-08-26 19:12:51 +10: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 add missing syspath conversions (1/3, tests) 2023-06-24 14:52:46 +02:00
test_datequery.py pyupgrade beetsplug and tests 2021-08-26 19:12:51 +10: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 pyupgrade beetsplug and tests 2021-08-26 19:12:51 +10: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 add missing syspath conversions (1/3, tests) 2023-06-24 14:52:46 +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 add missing syspath conversions (1/3, tests) 2023-06-24 14:52:46 +02:00
test_importfeeds.py pyupgrade beetsplug and tests 2021-08-26 19:12:51 +10:00
test_info.py add missing syspath conversions (1/3, tests) 2023-06-24 14:52:46 +02:00
test_ipfs.py Remove unused imports 2021-08-26 20:59:48 +10: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 missing syspath conversions (1/3, tests) 2023-06-24 14:52:46 +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 bug 4406 fix v5 (tests pass again) 2022-11-22 20:40:13 -05:00
test_m3ufile.py tests: address some warnings 2023-05-07 18:43:43 +02:00
test_mb.py Reorder parameters of _make_track function and fix linting errors 2022-11-19 12:39:16 +01:00
test_mbsubmit.py pyupgrade beetsplug and tests 2021-08-26 19:12:51 +10:00
test_mbsync.py pyupgrade beetsplug and tests 2021-08-26 19:12:51 +10: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 missing syspath conversions (1/3, tests) 2023-06-24 14:52:46 +02:00
test_plugins.py add missing syspath conversions (1/3, tests) 2023-06-24 14:52:46 +02:00
test_query.py add missing syspath conversions (1/3, tests) 2023-06-24 14:52:46 +02:00
test_random.py pyupgrade beetsplug and tests 2021-08-26 19:12:51 +10:00
test_replaygain.py test_replaygain: fix exception handling again 2022-02-01 21:39:42 +01:00
test_smartplaylist.py add missing syspath conversions (1/3, tests) 2023-06-24 14:52:46 +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 (1/3, tests) 2023-06-24 14:52:46 +02:00
test_types_plugin.py pyupgrade beetsplug and tests 2021-08-26 19:12:51 +10:00
test_ui.py add missing syspath conversions (1/3, tests) 2023-06-24 14:52:46 +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 tests: close library in ParentalDirCreation test 2023-05-07 18:43:43 +02: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 add test to get item file of web plugin 2022-08-03 01:22:45 -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