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
|
@ -7,10 +7,10 @@ import unittest
|
|||
|
||||
import pylast
|
||||
|
||||
from .test_pylast import PyLastTestCase
|
||||
from .test_pylast import TestPyLastWithLastFm
|
||||
|
||||
|
||||
class TestPyLastUser(PyLastTestCase):
|
||||
class TestPyLastUser(TestPyLastWithLastFm):
|
||||
|
||||
def test_repr(self):
|
||||
# Arrange
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue