TestPyLastWithLastFm and TestPyLastWithLibreFm now inherit from PyLastTestCase

This commit is contained in:
Hugo 2018-04-16 21:09:52 +03:00
parent 70aad87a1b
commit f18fd3f758
10 changed files with 28 additions and 25 deletions

View file

@ -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