mirror of
https://github.com/beetbox/beets.git
synced 2025-12-23 17:13:30 +01:00
Sort plugin tests into specific folder
This commit is contained in:
parent
821e6296ab
commit
e8e1c3b972
47 changed files with 2 additions and 2 deletions
0
test/plugin_tests/__init__.py
Normal file
0
test/plugin_tests/__init__.py
Normal file
|
|
@ -17,7 +17,7 @@ import os
|
|||
import sys
|
||||
import requests
|
||||
|
||||
import test_lyrics
|
||||
from test.plugin_tests 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.test_art import FetchImageHelper
|
||||
from test.plugin_tests.test_art import FetchImageHelper
|
||||
|
||||
|
||||
def require_artresizer_compare(test):
|
||||
Loading…
Reference in a new issue