mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
Merge pull request #4951 from Serene-Arc/test_separation
This commit is contained in:
commit
0ccd70de94
47 changed files with 2 additions and 2 deletions
0
test/plugins/__init__.py
Normal file
0
test/plugins/__init__.py
Normal file
|
|
@ -17,7 +17,7 @@ import os
|
|||
import sys
|
||||
import requests
|
||||
|
||||
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.test_art import FetchImageHelper
|
||||
from test.plugins.test_art import FetchImageHelper
|
||||
|
||||
|
||||
def require_artresizer_compare(test):
|
||||
Loading…
Reference in a new issue