Remove dead Last.fm album/track get ID
This commit is contained in:
parent
666181df50
commit
b55b40c3fe
2 changed files with 0 additions and 19 deletions
|
@ -5,8 +5,6 @@ Integration (not unit) tests for pylast.py
|
|||
import os
|
||||
import unittest
|
||||
|
||||
import pytest
|
||||
|
||||
import pylast
|
||||
|
||||
from .test_pylast import PyLastTestCase
|
||||
|
@ -393,17 +391,6 @@ class TestPyLastUser(PyLastTestCase):
|
|||
# Assert
|
||||
self.assertNotEqual(track1, track2)
|
||||
|
||||
def test_track_id(self):
|
||||
# Arrange
|
||||
track = pylast.Track("Test Artist", "test title", self.network)
|
||||
|
||||
# Act
|
||||
id = track.get_id()
|
||||
|
||||
# Assert
|
||||
self.skip_if_lastfm_api_broken(id)
|
||||
self.assertEqual(id, "14053327")
|
||||
|
||||
def test_track_title_prop_caps(self):
|
||||
# Arrange
|
||||
track = pylast.Track("test artist", "test title", self.network)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue