beets/test
wisp3rwind 9af9eb9b31 tests: make use of our custom filesystem assertions for conciseness
this replaces assertions of the form
    self.assertTrue(os.path.exists(syspath(path)))
by
    self.assertExists(path)
which includes the syspath conversion and is much easier to read.

Occurences where located using
    git grep -E 'assert(True|False).*(isdir|isfile|exist)'
2023-07-16 10:42:47 +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 tests: make use of our custom filesystem assertions for conciseness 2023-07-16 10:42:47 +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 tests: make use of our custom filesystem assertions for conciseness 2023-07-16 10:42:47 +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 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 tests: make use of our custom filesystem assertions for conciseness 2023-07-16 10:42:47 +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 Handle missing release-relation-list field during pseudo-release lookup 2023-06-29 23:39:19 +02: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 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 (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 tests: make use of our custom filesystem assertions for conciseness 2023-07-16 10:42:47 +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