diff --git a/test/test_stats_overview.py b/test/plugins/test_stats_overview.py similarity index 98% rename from test/test_stats_overview.py rename to test/plugins/test_stats_overview.py index 67d77439b..19132b58d 100644 --- a/test/test_stats_overview.py +++ b/test/plugins/test_stats_overview.py @@ -13,13 +13,11 @@ import pytest +from beets.library import Item, Library from beets.ui.commands.stats import show_overview_report -from beets.library import Item -from beets.library import Library + # --- Fixtures --- - - @pytest.fixture def library(tmp_path): """Create a temporary empty Beets library."""