tests: remove test_freesound

This commit is contained in:
Mort Yao 2017-02-02 06:00:30 +01:00
parent 098b6a9dd8
commit c5dbb97661
No known key found for this signature in database
GPG Key ID: 07DA00CB78203251

View File

@ -8,9 +8,6 @@ from you_get.common import *
class YouGetTests(unittest.TestCase): class YouGetTests(unittest.TestCase):
def test_freesound(self):
freesound.download("http://www.freesound.org/people/Corsica_S/sounds/184419/", info_only=True)
def test_imgur(self): def test_imgur(self):
imgur.download("http://imgur.com/WVLk5nD", info_only=True) imgur.download("http://imgur.com/WVLk5nD", info_only=True)
imgur.download("http://imgur.com/gallery/WVLk5nD", info_only=True) imgur.download("http://imgur.com/gallery/WVLk5nD", info_only=True)