Merge pull request #4951 from Serene-Arc/test_separation

This commit is contained in:
Serene 2023-10-17 21:12:15 +10:00 committed by GitHub
commit 0ccd70de94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
47 changed files with 2 additions and 2 deletions

0
test/plugins/__init__.py Normal file
View file

View file

@ -17,7 +17,7 @@ import os
import sys
import requests
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.test_art import FetchImageHelper
from test.plugins.test_art import FetchImageHelper
def require_artresizer_compare(test):