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 TestPyLastCountry(PyLastTestCase):
|
||||
class TestPyLastCountry(TestPyLastWithLastFm):
|
||||
|
||||
def test_country_is_hashable(self):
|
||||
# Arrange
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue