Correctly refactor tests

This commit is contained in:
Serene-Arc 2023-10-17 19:39:03 +10:00
parent 5023887d84
commit 84c0ab6857
47 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ import os
import sys
import requests
from test.plugin_tests import test_lyrics
from test.plugins import test_lyrics
def mkdir_p(path):

View file

@ -28,7 +28,7 @@ from beets import config, logging, ui
from beets.util import bytestring_path, displayable_path, syspath
from beets.util.artresizer import ArtResizer
from beets import art
from test.plugin_tests.test_art import FetchImageHelper
from test.plugins.test_art import FetchImageHelper
def require_artresizer_compare(test):