rename iter_search_results to either search_videos and search_gallery (closes #779)

This commit is contained in:
Romain Bignon 2012-03-12 16:18:14 +01:00
commit 56691d7ea7
39 changed files with 52 additions and 52 deletions

View file

@ -25,7 +25,7 @@ class PluzzTest(BackendTest):
def test_francetelevisions(self):
# If the test fails, it might be good news!
l = list(self.backend.iter_search_results('Plus belle la vie'))
l = list(self.backend.search_videos('Plus belle la vie'))
self.assertTrue(len(l) > 0)
v = l[0]
self.backend.fillobj(v, ('url',))