Skip to content

Commit 0ccd70d

Browse files
authored
Merge pull request #4951 from Serene-Arc/test_separation
2 parents 91277a1 + 84c0ab6 commit 0ccd70d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+2
-2
lines changed

test/plugins/__init__.py

Whitespace-only changes.

test/lyrics_download_samples.py test/plugins/lyrics_download_samples.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import sys
1818
import requests
1919

20-
import test_lyrics
20+
from test.plugins import test_lyrics
2121

2222

2323
def mkdir_p(path):
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

test/test_embedart.py test/plugins/test_embedart.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
from beets.util import bytestring_path, displayable_path, syspath
2929
from beets.util.artresizer import ArtResizer
3030
from beets import art
31-
from test.test_art import FetchImageHelper
31+
from test.plugins.test_art import FetchImageHelper
3232

3333

3434
def require_artresizer_compare(test):
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)