diff --git a/test/plugins/__init__.py b/test/plugins/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/test/lyrics_download_samples.py b/test/plugins/lyrics_download_samples.py similarity index 97% rename from test/lyrics_download_samples.py rename to test/plugins/lyrics_download_samples.py index f33eafa5d0..1124880872 100644 --- a/test/lyrics_download_samples.py +++ b/test/plugins/lyrics_download_samples.py @@ -17,7 +17,7 @@ import sys import requests -import test_lyrics +from test.plugins import test_lyrics def mkdir_p(path): diff --git a/test/test_acousticbrainz.py b/test/plugins/test_acousticbrainz.py similarity index 100% rename from test/test_acousticbrainz.py rename to test/plugins/test_acousticbrainz.py diff --git a/test/test_albumtypes.py b/test/plugins/test_albumtypes.py similarity index 100% rename from test/test_albumtypes.py rename to test/plugins/test_albumtypes.py diff --git a/test/test_art.py b/test/plugins/test_art.py similarity index 100% rename from test/test_art.py rename to test/plugins/test_art.py diff --git a/test/test_bareasc.py b/test/plugins/test_bareasc.py similarity index 100% rename from test/test_bareasc.py rename to test/plugins/test_bareasc.py diff --git a/test/test_beatport.py b/test/plugins/test_beatport.py similarity index 100% rename from test/test_beatport.py rename to test/plugins/test_beatport.py diff --git a/test/test_bucket.py b/test/plugins/test_bucket.py similarity index 100% rename from test/test_bucket.py rename to test/plugins/test_bucket.py diff --git a/test/test_convert.py b/test/plugins/test_convert.py similarity index 100% rename from test/test_convert.py rename to test/plugins/test_convert.py diff --git a/test/test_discogs.py b/test/plugins/test_discogs.py similarity index 100% rename from test/test_discogs.py rename to test/plugins/test_discogs.py diff --git a/test/test_edit.py b/test/plugins/test_edit.py similarity index 100% rename from test/test_edit.py rename to test/plugins/test_edit.py diff --git a/test/test_embedart.py b/test/plugins/test_embedart.py similarity index 99% rename from test/test_embedart.py rename to test/plugins/test_embedart.py index 23a6f5e54f..408655bb93 100644 --- a/test/test_embedart.py +++ b/test/plugins/test_embedart.py @@ -28,7 +28,7 @@ from beets.util import bytestring_path, displayable_path, syspath from beets.util.artresizer import ArtResizer from beets import art -from test.test_art import FetchImageHelper +from test.plugins.test_art import FetchImageHelper def require_artresizer_compare(test): diff --git a/test/test_embyupdate.py b/test/plugins/test_embyupdate.py similarity index 100% rename from test/test_embyupdate.py rename to test/plugins/test_embyupdate.py diff --git a/test/test_export.py b/test/plugins/test_export.py similarity index 100% rename from test/test_export.py rename to test/plugins/test_export.py diff --git a/test/test_fetchart.py b/test/plugins/test_fetchart.py similarity index 100% rename from test/test_fetchart.py rename to test/plugins/test_fetchart.py diff --git a/test/test_filefilter.py b/test/plugins/test_filefilter.py similarity index 100% rename from test/test_filefilter.py rename to test/plugins/test_filefilter.py diff --git a/test/test_ftintitle.py b/test/plugins/test_ftintitle.py similarity index 100% rename from test/test_ftintitle.py rename to test/plugins/test_ftintitle.py diff --git a/test/test_hook.py b/test/plugins/test_hook.py similarity index 100% rename from test/test_hook.py rename to test/plugins/test_hook.py diff --git a/test/test_ihate.py b/test/plugins/test_ihate.py similarity index 100% rename from test/test_ihate.py rename to test/plugins/test_ihate.py diff --git a/test/test_importadded.py b/test/plugins/test_importadded.py similarity index 100% rename from test/test_importadded.py rename to test/plugins/test_importadded.py diff --git a/test/test_importfeeds.py b/test/plugins/test_importfeeds.py similarity index 100% rename from test/test_importfeeds.py rename to test/plugins/test_importfeeds.py diff --git a/test/test_info.py b/test/plugins/test_info.py similarity index 100% rename from test/test_info.py rename to test/plugins/test_info.py diff --git a/test/test_ipfs.py b/test/plugins/test_ipfs.py similarity index 100% rename from test/test_ipfs.py rename to test/plugins/test_ipfs.py diff --git a/test/test_keyfinder.py b/test/plugins/test_keyfinder.py similarity index 100% rename from test/test_keyfinder.py rename to test/plugins/test_keyfinder.py diff --git a/test/test_lastgenre.py b/test/plugins/test_lastgenre.py similarity index 100% rename from test/test_lastgenre.py rename to test/plugins/test_lastgenre.py diff --git a/test/test_limit.py b/test/plugins/test_limit.py similarity index 100% rename from test/test_limit.py rename to test/plugins/test_limit.py diff --git a/test/test_lyrics.py b/test/plugins/test_lyrics.py similarity index 100% rename from test/test_lyrics.py rename to test/plugins/test_lyrics.py diff --git a/test/test_mbsubmit.py b/test/plugins/test_mbsubmit.py similarity index 100% rename from test/test_mbsubmit.py rename to test/plugins/test_mbsubmit.py diff --git a/test/test_mbsync.py b/test/plugins/test_mbsync.py similarity index 100% rename from test/test_mbsync.py rename to test/plugins/test_mbsync.py diff --git a/test/test_mpdstats.py b/test/plugins/test_mpdstats.py similarity index 100% rename from test/test_mpdstats.py rename to test/plugins/test_mpdstats.py diff --git a/test/test_parentwork.py b/test/plugins/test_parentwork.py similarity index 100% rename from test/test_parentwork.py rename to test/plugins/test_parentwork.py diff --git a/test/test_permissions.py b/test/plugins/test_permissions.py similarity index 100% rename from test/test_permissions.py rename to test/plugins/test_permissions.py diff --git a/test/test_play.py b/test/plugins/test_play.py similarity index 100% rename from test/test_play.py rename to test/plugins/test_play.py diff --git a/test/test_player.py b/test/plugins/test_player.py similarity index 100% rename from test/test_player.py rename to test/plugins/test_player.py diff --git a/test/test_playlist.py b/test/plugins/test_playlist.py similarity index 100% rename from test/test_playlist.py rename to test/plugins/test_playlist.py diff --git a/test/test_plexupdate.py b/test/plugins/test_plexupdate.py similarity index 100% rename from test/test_plexupdate.py rename to test/plugins/test_plexupdate.py diff --git a/test/test_plugin_mediafield.py b/test/plugins/test_plugin_mediafield.py similarity index 100% rename from test/test_plugin_mediafield.py rename to test/plugins/test_plugin_mediafield.py diff --git a/test/test_random.py b/test/plugins/test_random.py similarity index 100% rename from test/test_random.py rename to test/plugins/test_random.py diff --git a/test/test_replaygain.py b/test/plugins/test_replaygain.py similarity index 100% rename from test/test_replaygain.py rename to test/plugins/test_replaygain.py diff --git a/test/test_smartplaylist.py b/test/plugins/test_smartplaylist.py similarity index 100% rename from test/test_smartplaylist.py rename to test/plugins/test_smartplaylist.py diff --git a/test/test_spotify.py b/test/plugins/test_spotify.py similarity index 100% rename from test/test_spotify.py rename to test/plugins/test_spotify.py diff --git a/test/test_subsonicupdate.py b/test/plugins/test_subsonicupdate.py similarity index 100% rename from test/test_subsonicupdate.py rename to test/plugins/test_subsonicupdate.py diff --git a/test/test_the.py b/test/plugins/test_the.py similarity index 100% rename from test/test_the.py rename to test/plugins/test_the.py diff --git a/test/test_thumbnails.py b/test/plugins/test_thumbnails.py similarity index 100% rename from test/test_thumbnails.py rename to test/plugins/test_thumbnails.py diff --git a/test/test_types_plugin.py b/test/plugins/test_types_plugin.py similarity index 100% rename from test/test_types_plugin.py rename to test/plugins/test_types_plugin.py diff --git a/test/test_web.py b/test/plugins/test_web.py similarity index 100% rename from test/test_web.py rename to test/plugins/test_web.py diff --git a/test/test_zero.py b/test/plugins/test_zero.py similarity index 100% rename from test/test_zero.py rename to test/plugins/test_zero.py