add test for Freesound

This commit is contained in:
Mort Yao 2013-04-10 17:41:23 +02:00
parent 485111b758
commit b49f1a57f5

View File

@ -12,6 +12,11 @@ def test_urls(urls):
class YouGetTests(unittest.TestCase): class YouGetTests(unittest.TestCase):
def test_freesound(self):
test_urls([
"http://www.freesound.org/people/Corsica_S/sounds/184419/",
])
def test_googleplus(self): def test_googleplus(self):
test_urls([ test_urls([
"http://plus.google.com/102663035987142737445/posts/jJRu43KQFT5", "http://plus.google.com/102663035987142737445/posts/jJRu43KQFT5",