TestPyLastWithLastFm and TestPyLastWithLibreFm now inherit from PyLastTestCase
This commit is contained in:
parent
70aad87a1b
commit
f18fd3f758
10 changed files with 28 additions and 25 deletions
|
@ -6,10 +6,10 @@ import unittest
|
|||
|
||||
import pylast
|
||||
|
||||
from .test_pylast import PyLastTestCase
|
||||
from .test_pylast import TestPyLastWithLastFm
|
||||
|
||||
|
||||
class TestPyLastAlbum(PyLastTestCase):
|
||||
class TestPyLastAlbum(TestPyLastWithLastFm):
|
||||
|
||||
def test_album_tags_are_topitems(self):
|
||||
# Arrange
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue