mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
Correctly refactor tests
This commit is contained in:
parent
5023887d84
commit
84c0ab6857
47 changed files with 2 additions and 2 deletions
|
|
@ -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):
|
||||
|
|
@ -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):
|
||||
Loading…
Reference in a new issue